aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/response.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make Response::new() an inherent method.Ms2ger2016-03-081-36/+0
| | | | There is no real reason to put this in an extension trait.
* set response.body asynchronously in FetchNikki2016-03-071-1/+2
|
* implementing working demonstration of calling Fetch asynchronouslyNikki2016-03-011-74/+5
|
* working on implementing Cors Check and Origin to Ascii serialisationNikki2016-02-091-2/+4
|
* Partial implementation of Main Fetch step, including appropiate updates to testsNikki2016-01-291-9/+24
|
* Test setting response.body by fetching on a serverNikki2016-01-181-2/+1
|
* Implement a basic test for Fetch and fix errors it findsNikki2016-01-131-7/+16
|
* rewrapped Rc<RefCell<Response>> into Rc<Response>Nikki2016-01-081-2/+2
|
* Extract Response from net_traits/lib.rsKeith Yeung2016-01-061-1/+1
|
* minimal implementation of http_network_fetch for testing purposesNikki2016-01-051-1/+2
|
* Partial implementation of HTTP-network-or-cache fetch step.Nikki2015-12-291-1/+2
|
* Refactor http_fetch to reflect the new standardKeith Yeung2015-11-261-2/+6
|
* Initial fetch refactorKeith Yeung2015-09-281-73/+7
|
* sort all usesJohann Tuffe2015-08-201-2/+2
|
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
| | | | Part of https://github.com/servo/servo/issues/6041
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-3/+0
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-4/+4
| | | | | | | | | | | | | | 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' ```
* Update some code that's feature-gated under core.Ms2ger2015-03-211-2/+2
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-7/+7
|
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-2/+2
|
* Qualify hyper enums.Ms2ger2015-01-041-2/+1
|
* net: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-15/+12
|
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-0/+3
|
* convert net crate to use hyperSean McArthur2014-12-041-25/+23
|
* 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/+144