bors-servo
|
780410c0f1
Auto merge of #325 - DarkEld3r:313-html-root-url-attribute, r=SimonSapin
|
9 years ago |
Sam Whited
|
b4d74000f1
Replace usage of try! with ?
|
9 years ago |
Stanislav Tkach
|
4ceb629ea4
Add html_root_url attribute
|
9 years ago |
Simon Sapin
|
7b87128f0a
Typo
|
9 years ago |
Simon Sapin
|
c03a7c51ec
Repharse example in Url::join docs.
|
9 years ago |
Simon Sapin
|
3e5541e51e
Let’s assume people know how to use Cargo.
|
9 years ago |
Simon Sapin
|
2bd16791e1
Don’t mention the query_encoding in top-level crate docs. It’s very niche.
|
9 years ago |
Manish Goregaokar
|
14b87b90f2
Add (de)serialization of internal representation, to avoid re-parsing.
|
9 years ago |
Kyle Bishop
|
092934c420
add Url::parse_with_params()
|
9 years ago |
Corey Farwell
|
c4113d191a
Add doc examples for `url::Url::set_host`.
|
9 years ago |
Corey Farwell
|
752d216824
Add interesting case for `url::Url::set_port` doc examples.
|
9 years ago |
Corey Farwell
|
312495c1f4
Add interesting case for `url::Url::domain` doc examples.
|
9 years ago |
Corey Farwell
|
5dd6bf5b64
Add doc examples for `url::Url::set_scheme`.
|
9 years ago |
Corey Farwell
|
1d3e0dc281
Add doc examples for `url::Url::from_file_path`.
|
9 years ago |
Corey Farwell
|
b1c947a86a
Conditionally remove unused import.
|
9 years ago |
Corey Farwell
|
a65b926f92
Add doc examples for `url::Url::path_segments`.
|
9 years ago |
Anthony Ramine
|
146aee3e1e
Slightly improve Url serde impls
|
9 years ago |
bors-servo
|
ae7204f702
Auto merge of #244 - servo:sethostnone, r=SimonSapin
|
9 years ago |
Corey Farwell
|
2c9e076ac5
Prevent panic when calling `url::Url::set_host` with `None`.
|
9 years ago |
bors-servo
|
8e237622ec
Auto merge of #249 - redox-os:redox, r=SimonSapin
|
9 years ago |
Corey Farwell
|
4db9ecf105
Add doc examples for `Url::host`.
|
9 years ago |
Corey Farwell
|
fcc3a3174c
Add doc examples for `Url::host_str`.
|
9 years ago |
Corey Farwell
|
cc3ca7b89f
Add doc examples for `Url::has_host`.
|
9 years ago |
Corey Farwell
|
7f539c6c41
Add doc examples for `Url::cannot_be_a_base`.
|
9 years ago |
Corey Farwell
|
144467f800
Add doc examples for `Url::has_authority`.
|
9 years ago |
Corey Farwell
|
e62dbb5194
Add doc example for `url::Url::parse`.
|
9 years ago |
Manish Goregaokar
|
c5dbeb53c9
Don't go out of bounds when slicing (fixes #241)
|
9 years ago |
Corey Farwell
|
2c726b6a1c
Add doc example for `url::Url::set_port`.
|
10 years ago |
Corey Farwell
|
28a7e7ab6a
Add doc example for `url::Url::into_string`.
|
10 years ago |
Corey Farwell
|
b58ebab2de
Add doc example for `url::Url::as_str`.
|
10 years ago |