Type Alias spin_sdk::http::Headers

source ·
pub type Headers = 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