wasmcloud_example_httpserver

Type Alias Headers

Source
pub type Headers = HashMap<String, String>;
Expand description

Headers is a list of http headers

Aliased Typeยง

struct Headers { /* private fields */ }