headers

Function headers 

Source
pub fn headers() -> Vec<(String, String)>
Expand description

Returns the headers for the web function, if any are present. This consumes the headers and takes ownership of the value; multiple calls after will always yield None.