pub const GET: &'static str = "GET";
pub const PUT: &'static str = "PUT";
pub const DELETE: &'static str = "DELETE";
pub const POST: &'static str = "POST";
pub const OPTIONS: &'static str = "OPTIONS";
pub const HEAD: &'static str = "HEAD";
pub const CONNECT: &'static str = "CONNECT";