Skip to content

Commit 09e71b5

Browse files
committed
feat(header-plz): export OneInfoLine trait
1 parent 4346aeb commit 09e71b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

header-plz/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pub mod uri;
1212
// control lines
1313
use message_head::info_line;
1414
// http1
15+
pub use info_line::one::InfoLine as OneInfoLine;
1516
pub use info_line::one::request::RequestLine as OneRequestLine;
1617
pub use info_line::one::response::ResponseLine as OneResponseLine;
1718

0 commit comments

Comments
 (0)