RawResponse
An HTTP reply an adapter hands back to the host to send.
Fields
statusnumberrequiredThe HTTP status code, for example 200.
headersRecord<string, string>requiredResponse headers by name.
bodyUint8ArrayrequiredThe response body's bytes (may be empty).