aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/methods.rs
Commit message (Expand)AuthorAgeFilesLines
* Use a match rather than unwrap() in main_fetch.Ms2ger2016-03-101-35/+35
* Fix warnings in the fetch code.Ms2ger2016-03-091-40/+16
* Make Response::new() an inherent method.Ms2ger2016-03-081-1/+0
* set response.body asynchronously in FetchNikki2016-03-071-54/+86
* implementing working demonstration of calling Fetch asynchronouslyNikki2016-03-011-82/+90
* Update fetch attributes to match the new specKeith Yeung2016-02-271-68/+86
* implement http redirect fetch, and various Fetch Standard updatesNikki2016-02-171-125/+145
* working on implementing Cors Check and Origin to Ascii serialisationNikki2016-02-091-6/+86
* Partial implementation of Main Fetch step, including appropiate updates to testsNikki2016-01-291-20/+193
* tests for boundary conditions on redirect_count in fetchNikki2016-01-201-1/+1
* Test setting response.body by fetching on a serverNikki2016-01-181-4/+16
* Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to net_t...Keith Yeung2016-01-181-0/+751