Structs§
- Deny
Plugin Http Client - Default network capability. Plugins cannot access the network unless the host injects a client.
- Plugin
Http Origin - Canonical exact HTTPS origin accepted by a plugin definition.
- Plugin
Http Request - Runtime-neutral request passed to a Semifold-controlled HTTP client or transport.
- Plugin
Http Response - Runtime-neutral response returned by a Semifold-controlled HTTP client or transport.
- Reqwest
Plugin Http Transport - Async reqwest transport backed by its own reusable Tokio runtime.
- Scoped
Plugin Http Client - Client that enforces exact HTTPS origins and validates each redirect before another exchange.
Enums§
Traits§
- Plugin
Http Client - Complete network capability consumed by the Boa
fetchimplementation. - Plugin
Http Transport - One HTTP exchange with redirects disabled.