Simon Sapin
|
529fed3dca
Add {RelativeSchemeData,Url}::to_file_path() methods.
|
il y a 12 ans |
Simon Sapin
|
db0c401f20
Add {RelativeSchemeData,Url}::domain() methods.
|
il y a 12 ans |
Simon Sapin
|
27cea822f8
Make percent_decode() push to an existing vector.
|
il y a 12 ans |
Simon Sapin
|
fda647f1b8
Add Url::serialize_host()
|
il y a 12 ans |
Simon Sapin
|
82873eeee5
README wrangling.
|
il y a 12 ans |
Simon Sapin
|
e5b4fc896e
Rename UrlParser::schemes to scheme_type_mapper.
|
il y a 12 ans |
Simon Sapin
|
54f6d73fb8
Rename encoding_override to query_encoding_override.
|
il y a 12 ans |
Simon Sapin
|
b10fa90374
Have form_urlencoded::serialize take an iterator.
|
il y a 12 ans |
Simon Sapin
|
85ccb5b7f4
Add API to override which schemes are relative and default ports.
|
il y a 12 ans |
Simon Sapin
|
175f250cf4
Require an UrlParser for UrlUtils. Remove encoding_override from Url.
|
il y a 12 ans |
Simon Sapin
|
0320fb55c6
Add UrlParser to set optional parameter through method chaining.
|
il y a 12 ans |
Simon Sapin
|
4afc37e466
Add convenience method to acces various pieces of an URL.
|
il y a 12 ans |
Simon Sapin
|
3587de380d
Rename SchemeRelativeUrl to RelativeSchemeData.
|
il y a 12 ans |
Simon Sapin
|
589e7d6221
Upgrade to rustc 459ffc2adc74f5e8b64a76f5670edb419b9f65da 2014-07-17
|
il y a 12 ans |
Simon Sapin
|
0d2267bcfb
Make percent-{en,de}coding public.
|
il y a 12 ans |
Simon Sapin
|
d3d0cb7579
Build both dynamic and static libraries
|
il y a 12 ans |
Simon Sapin
|
03478b8cb1
Implement Hash for Url.
|
il y a 12 ans |
Simon Sapin
|
744f496c27
Implement Eq and PartialEq on Url structs.
|
il y a 12 ans |
Simon Sapin
|
f9cbdef3af
Make (most) struct fields public.
|
il y a 12 ans |
Simon Sapin
|
25c45dda3e
Add encoding override support in the parser.
|
il y a 12 ans |
Simon Sapin
|
6652cd3086
Move URLUtil setters to a separate trait
|
il y a 12 ans |
Simon Sapin
|
e7de04ed43
Remove done items from the README’s To Do list.
|
il y a 12 ans |
Simon Sapin
|
d0c9792940
Add some missing non-fatal parse errors.
|
il y a 12 ans |
Simon Sapin
|
b48193b15e
Refactor parse_relative_url() so that OtherSchemeData can not be given.
|
il y a 12 ans |
Simon Sapin
|
09788a561c
Avoid boolean arguments.
|
il y a 12 ans |
Simon Sapin
|
35e1852e59
Add a comment on userinfo encode set (which does not exist in the spec.)
|
il y a 12 ans |
Simon Sapin
|
de6bd47a1f
Add some early returns to reduce indentation.
|
il y a 12 ans |
Simon Sapin
|
da7f23905b
Refactor some repeating/redundant code.
|
il y a 12 ans |
Simon Sapin
|
83f494b0f3
Replace the c.len_utf8_bytes() hack by a custom string iterator.
|
il y a 12 ans |
Simon Sapin
|
9f257e9f64
Update tests from github.com/w3c/web-platform-tests
|
il y a 12 ans |