spin_sdk::http

Type Alias Headers

Source
pub type Headers = Fields;
Expand description

Headers is an alias for Fields.

Aliased Type§

struct Headers { /* private fields */ }

Trait Implementations§

Source§

impl IntoHeaders for Headers

Source§

fn into_headers(self) -> Vec<(String, Vec<u8>)>

Turn self into Response headers