aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/request.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to ↵Keith Yeung2016-01-181-892/+0
| | | | net_traits
* Implement a basic test for Fetch and fix errors it findsNikki2016-01-131-21/+26
|
* task -> threadrohan.prinja2016-01-101-2/+2
|
* rewrapped Rc<RefCell<Response>> into Rc<Response>Nikki2016-01-081-19/+15
|
* changed Rc<RefCell<Request>> into Rc<Request>Nikki2016-01-071-98/+99
|
* Extract Response from net_traits/lib.rsKeith Yeung2016-01-061-2/+2
|
* minimal implementation of http_network_fetch for testing purposesNikki2016-01-051-6/+92
|
* Partial implementation of HTTP-network-or-cache fetch step.Nikki2015-12-291-292/+587
|
* Use Url.join instead of UrlParser.base_url(...).parse (#9002)Mathieu Agopian2015-12-181-2/+2
|
* Refactor http_fetch to reflect the new standardKeith Yeung2015-11-261-79/+139
|
* Initial fetch refactorKeith Yeung2015-09-281-2/+13
|
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-5/+5
|
* Add plugins for compositing and net crates #7699Maciej Skrzypkowski2015-09-221-3/+3
| | | | | Changed to_string calls to to_owned calls where was a need.
* sort all usesJohann Tuffe2015-08-201-6/+6
|
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
|
* Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10)Simon Sapin2015-07-151-1/+1
|
* Use str::parse() rather than FromStr::from_str.Ms2ger2015-06-131-1/+1
| | | | The former appears to be preferred.
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-3/+8
| | | | Part of https://github.com/servo/servo/issues/6041
* Auto merge of #6129 - KiChjang:fetch-spec, r=jdmbors-servo2015-05-191-13/+62
|\ | | | | | | | | | | <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6129) <!-- Reviewable:end -->
| * Implement fetch (partial #4576)Keith Yeung2015-05-191-13/+62
| |
* | Use snake case in fetch.Ms2ger2015-05-191-8/+8
| |
* | Remove an unwrap() call in HTTP fetch.Ms2ger2015-05-191-5/+5
|/
* Implemented http fetch (partial #4576)Keith Yeung2015-05-181-21/+247
|
* Implement Clone for Copy types.Ms2ger2015-04-281-5/+5
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-9/+9
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* Remove int_uint from net.Josh Matthews2015-04-071-1/+1
|
* Update some code that's feature-gated under core.Ms2ger2015-03-211-2/+2
|
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-5/+5
|
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-0/+5
|
* Import enums inside hyper::mime rather than the module.Ms2ger2015-01-041-3/+3
|
* Qualify hyper enums.Ms2ger2015-01-041-4/+6
|
* net: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-11/+5
|
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-0/+6
|
* convert net crate to use hyperSean McArthur2014-12-041-5/+7
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
|
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+149