feat(lib): export Method::Put at top level
This commit is contained in:
		| @@ -38,7 +38,7 @@ pub use client::Client; | |||||||
| pub use error::{Result, Error}; | pub use error::{Result, Error}; | ||||||
| pub use header::Headers; | pub use header::Headers; | ||||||
| pub use http::{Body, Chunk}; | 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 status::StatusCode::{self, Ok, BadRequest, NotFound}; | ||||||
| pub use server::Server; | pub use server::Server; | ||||||
| pub use version::HttpVersion; | pub use version::HttpVersion; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user