Record

http-response

No description available.

record http-response {
  body: option​<string>,
  headers: option​<http-headers>,
  status: option​<s32>,
}

Fields

NameTypeDescription
bodyoption​<string>
headersoption​<http-headers>
statusoption​<s32>