Record
http-response
No description available.
record http-response {
body: option<string>,
headers: option<http-headers>,
status: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| body | option<string> | |
| headers | option<http-headers> | |
| status | option<s32> |