Skip to content

Commit 4018b5e

Browse files
committed
exported micro_http::MediaType
Signed-off-by: George Pisaltu <gpl@amazon.com>
1 parent 8a503a2 commit 4018b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micro_http/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ pub use request::{Request, RequestError};
8484
pub use response::{Response, StatusCode};
8585
pub use server::{HttpServer, ServerError, ServerRequest, ServerResponse};
8686

87-
pub use common::headers::Headers;
87+
pub use common::headers::{Headers, MediaType};
8888
pub use common::{Body, Method, Version};

0 commit comments

Comments
 (0)