set extraction func as not public

This commit is contained in:
landrigun 2023-02-16 09:05:19 +00:00
parent b8c0fbba0b
commit 7d4aabad2c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "http"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -17,7 +17,7 @@ mod version;
pub use body::HTTPBody;
pub use message::JSONMessage;
pub use request::{HTTPRequest, extract_json_value};
pub use request::HTTPRequest;
pub use response::HTTPResponse;
pub use start_line::HTTPStartLine;
pub use status::{HTTPStatusCode, HTTPStatusLine};