Trait http_typed::Request
source · pub trait Request {
type Response;
// Required methods
fn method(&self) -> HttpMethod;
fn path(&self) -> String;
}Required Associated Types§
Required Methods§
sourcefn method(&self) -> HttpMethod
fn method(&self) -> HttpMethod
HTTP method that the request will be sent with