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§
- Http
Header - One HTTP header.
- Request
Builder - Builds one HTTP request. Obtained from
Cx::request; finished withsend.
Enums§
- Http
Outcome - The result of an HTTP request.