HttpCore

Trait HttpCore 

Source
pub trait HttpCore {
    // Required methods
    fn handle(&self);
    fn get_request_headers(&self) -> HashMap<String, String>;
    fn get_post_data(&self) -> String;
}

Required Methods§

Implementors§