Skip to content

Commit 9dcefa0

Browse files
authored
Merge pull request #20 from yoshuawuyts/partial-url-re-export
partially re-export url
2 parents a58cbc6 + 2323e4d commit 9dcefa0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ pub mod cookies {
1717

1818
/// URL records.
1919
pub mod url {
20-
pub use url::*;
20+
pub use url::{
21+
EncodingOverride, Host, OpaqueOrigin, Origin, ParseError, ParseOptions, PathSegmentsMut,
22+
Position, SyntaxViolation, Url, UrlQuery,
23+
};
2124
}
2225

2326
pub mod headers;

0 commit comments

Comments
 (0)