Available on crate feature
p3 only.Expand description
Experimental, unstable and incomplete implementation of wasip3 version of wasi:http.
This module is under heavy development. It is not compliant with semver and is not ready for production use.
Bug and security fixes limited to wasip3 will not be given patch releases.
Documentation of this module may be incorrect or out-of-sync with the implementation.
Modules§
- bindings
- Raw bindings to the
wasi:httppackage.
Structs§
- Request
- The concrete type behind a
wasi:http/types.requestresource. - Response
- The concrete type behind a
wasi:http/types.responseresource.
Enums§
- Maybe
Mutable - An Arc, which may be immutable.
Functions§
- add_
to_ linker - Add all interfaces from this module into the
linkerprovided.