Skip to content

Commit 5c89032

Browse files
itsmontoyaseanmonstar
authored andcommitted
feat(lib): export Method::Put at top level
1 parent d966d59 commit 5c89032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub use client::Client;
3838
pub use error::{Result, Error};
3939
pub use header::Headers;
4040
pub use http::{Body, Chunk};
41-
pub use method::Method::{self, Get, Head, Post, Delete};
41+
pub use method::Method::{self, Get, Head, Post, Put, Delete};
4242
pub use status::StatusCode::{self, Ok, BadRequest, NotFound};
4343
pub use server::Server;
4444
pub use version::HttpVersion;

0 commit comments

Comments
 (0)