feat(lib): export Method::Put at top level

This commit is contained in:
Josh
2017-01-25 11:43:56 -08:00
committed by Sean McArthur
parent d966d595e6
commit 5c890321ee

View File

@@ -38,7 +38,7 @@ pub use client::Client;
pub use error::{Result, Error};
pub use header::Headers;
pub use http::{Body, Chunk};
pub use method::Method::{self, Get, Head, Post, Delete};
pub use method::Method::{self, Get, Head, Post, Put, Delete};
pub use status::StatusCode::{self, Ok, BadRequest, NotFound};
pub use server::Server;
pub use version::HttpVersion;