Skip to main content

Module http

Module http 

Source
Expand description

The HTTP capability’s payload types.

These ride inside PluginResponse.output as bincode, rather than as fields on PluginResponse itself: that struct is shared by every plugin, and HTTP-specific columns on it would be a domain leak into the fixed plugin ABI.

Structs§

HttpHeader
One HTTP header.
RequestBuilder
Builds one HTTP request. Obtained from Cx::request; finished with send.

Enums§

HttpOutcome
The result of an HTTP request.