Crate viceroy_lib[][src]

Expand description

Viceroy implementation details.

Re-exports

pub use error::Error;

Modules

Body type, for request and response bodies.

Fastly-specific configuration utilities.

Error types.

Session type and related facilities.

Structs

Execution context used by a ViceroyService.

A Viceroy service uses a Wasm module and a handler function to respond to HTTP requests.