Expand description
The HTTP Airlock — External Network Requests
Structs§
- Http
Stream Handle - Represents an active streaming HTTP response.
- Stream
Start Response - Metadata returned when a streaming HTTP request is initiated.
Functions§
- request_
bytes - Issue a raw HTTP request. The
request_bytespayload format depends on the Kernel’s expectation (e.g. JSON or MsgPack representation of the HTTP request). - stream_
close - Close a streaming HTTP response, releasing host-side resources.
- stream_
read - Read the next chunk from a streaming HTTP response.
- stream_
start - Start a streaming HTTP request.