pub fn headers() -> Vec<(String, String)>
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.
None