Hi it seems the fragments part of a URI is dropped
|
test_uri_parse_absolute_form_with_empty_path_and_fragment_with_slash, |
can we added to the Uri struct?
It can be useful for certain connectors to do different logic base on the fragments that the users don't really want to pass to the remote HTTP server
Hi it seems the fragments part of a URI is dropped
http/src/uri/tests.rs
Line 210 in b531947
can we added to the Uri struct?
It can be useful for certain connectors to do different logic base on the fragments that the users don't really want to pass to the remote HTTP server