[][src]Trait slack_http_verifier::HTTPRequest

pub trait HTTPRequest<'a> {
    fn get_header(&'a self, header: &str) -> Option<&'a str>;
fn get_body(&'a self) -> Option<&'a str>; }

Required methods

fn get_header(&'a self, header: &str) -> Option<&'a str>

fn get_body(&'a self) -> Option<&'a str>

Loading content...

Implementations on Foreign Types

impl<'a> HTTPRequest<'a> for Request[src]

impl<'a, S: AsRef<str>> HTTPRequest<'a> for Request<S>[src]

Loading content...

Implementors

Loading content...