Modules§
- http
- This module provides utilities for writing HTTP servers and clients using the WASI HTTP API.
- wasi
- wasmcloud
Macros§
- critical
- debug
- error
- export
- Macro to export
wasi::exports::http::incoming_handler::Guest
implementation for a type that implementsServer
. This aims to be as similar as possible to [wasi::http::proxy::export!
]. - info
- log
- The standard logging macro.
- trace
- warn
Structs§
- HostRng
- Input
Stream Reader - Output
Stream Writer - Stdio
Stream - Uuid
- A Universally Unique Identifier (UUID).
Traits§
- From
- Into
- Rng
- An automatically-implemented extension trait on
RngCore
providing high-level generic methods for sampling values and other convenience methods. - RngCore
- The core of a random number generator.
- TryFrom
- TryInto
Functions§
- join
- Similar to
crate::wasi::io::poll::poll
, but polls allpollables
until they are all ready.