Skip to content

Commit

Permalink
feat(lib): export Method::Put at top level
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmontoya authored and seanmonstar committed Jan 25, 2017
1 parent d966d59 commit 5c89032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c89032

Please sign in to comment.