aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/request.rs
Commit message (Expand)AuthorAgeFilesLines
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-14/+15
* Implement the constructor for EventSourceKeith Yeung2016-11-111-2/+7
* Auto merge of #14156 - frewsxcv:cors-capitalization, r=KiChjangbors-servo2016-11-101-6/+6
|\
| * Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-6/+6
* | Set redirect_mode in Request::from_init()Raphael Nestler2016-11-081-0/+1
* | Add redirect_mode to RequestInitRaphael Nestler2016-11-081-1/+3
|/
* Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-1/+2
* Remove unused trait method.Corey Farwell2016-10-101-4/+0
* Remove GlobalRoot and GlobalRefAnthony Ramine2016-10-061-2/+0
* Remove same-origin-data-url flag from fetch implementationJan Zerebecki2016-10-011-5/+0
* Implement default values for RequestInitKeith Yeung2016-09-211-52/+29
* Fix most typoes for: "referer" -> "referrer"Nicolas2016-09-161-19/+19
* Auto merge of #12700 - jeenalee:jeena-requestAPI, r=jdmbors-servo2016-08-121-12/+14
|\
| * Implement the Request API for the Fetch API.Jeena Lee2016-08-121-12/+14
* | Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-0/+4
|/
* Added devtools support to fetch for XHR + Manish's XHR ident fixddh2016-07-291-4/+11
* Review fixesManish Goregaokar2016-06-111-3/+4
* Test fixes; update for changes in specManish Goregaokar2016-06-101-1/+39
* Test fixes:Manish Goregaokar2016-06-101-3/+3
* Use RequestInit instead of LoadData. Make code look like the spec.Manish Goregaokar2016-06-101-3/+40
* Net side of XHR fetch integrationManish Goregaokar2016-06-101-0/+1
* Revamp Fetch async handling to use a fetch target and done channelsManish Goregaokar2016-06-101-1/+1
* Fix logic for cors cache matchDaniel Robertson2016-04-271-1/+1
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-1/+1
* Address PR commentsStjepan Glavina2016-03-241-4/+0
* Correctly handle flag local_urls_onlyStjepan Glavina2016-03-231-1/+5
* implementing working demonstration of calling Fetch asynchronouslyNikki2016-03-011-3/+3
* Update fetch attributes to match the new specKeith Yeung2016-02-271-54/+105
* implement http redirect fetch, and various Fetch Standard updatesNikki2016-02-171-6/+6
* Implement "potential CORS request"Keith Yeung2016-02-031-1/+56
* Partial implementation of Main Fetch step, including appropiate updates to testsNikki2016-01-291-12/+16
* Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to net_t...Keith Yeung2016-01-181-0/+150