aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/response.rs
Commit message (Expand)AuthorAgeFilesLines
* Measure cache memory usage (#19251):modal-d172018-04-011-1/+2
* ignore aborted response in http cachingGregory Terzian2018-01-131-3/+5
* Add aborted flag to response, set when fetch is abortedManish Goregaokar2017-11-201-0/+4
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-11/+11
* order derivable traits listsClément DAVID2017-08-231-7/+7
* Add location_url to Metadata structKeith Yeung2017-08-181-0/+3
* Update HTTP fetchKeith Yeung2017-08-081-0/+4
* Update main fetchKeith Yeung2017-08-081-1/+5
* Redirect document loads manuallyNikhil Shagrithaya2017-05-311-1/+22
* Make Response::url_list be a bare Vec<ServoUrl>Anthony Ramine2017-04-031-5/+12
* Make Response::internal_response a bare booleanAnthony Ramine2017-04-031-6/+6
* Don't lose information in Fetch APIbd3392017-01-091-8/+23
* Rustfmt net_traits.Ms2ger2017-01-031-17/+20
* Skip rustfmt on to_filtered.Ms2ger2017-01-031-0/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-7/+7
* Auto merge of #14156 - frewsxcv:cors-capitalization, r=KiChjangbors-servo2016-11-101-2/+2
|\
| * Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-2/+2
* | Make Response::url private.Ms2ger2016-11-101-1/+5
* | Pass the URL to Response::new().Ms2ger2016-11-101-2/+2
|/
* Implement Debug for Response.Ms2ger2016-11-081-3/+3
* Store the referrer in the Response and return it in Response::metadata().Ms2ger2016-11-021-0/+4
* Store the NetworkError in network error Responses.Ms2ger2016-11-021-13/+22
* Add FetchMetadata and update corresponding methodsKeith Yeung2016-09-211-15/+33
* Reorder `use` statementsUK9922016-09-091-1/+1
* dom::Response implementationMalisa Smith2016-09-061-9/+11
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-2/+3
* Review fixesManish Goregaokar2016-06-111-1/+5
* Test fixes; update for changes in specManish Goregaokar2016-06-101-1/+1
* Net side of XHR fetch integrationManish Goregaokar2016-06-101-4/+26
* Revamp Fetch async handling to use a fetch target and done channelsManish Goregaokar2016-06-101-12/+0
* Remove empty lines following braces.Josh Matthews2016-05-271-3/+0
* Implement CORS preflight fetchKeith Yeung2016-04-131-1/+1
* Auto merge of #9907 - nikkisquared:async_tests, r=jdmbors-servo2016-03-101-1/+8
|\
| * added two fetch_async tests involving filtered responsesNikki2016-03-091-1/+8
* | Make Response::new() an inherent method.Ms2ger2016-03-081-0/+16
|/
* set response.body asynchronously in FetchNikki2016-03-071-5/+11
* implementing working demonstration of calling Fetch asynchronouslyNikki2016-03-011-5/+106
* Auto merge of #9525 - nikkisquared:test_filtered_responses, r=asajeffreybors-servo2016-02-101-2/+2
|\
| * working on implementing Cors Check and Origin to Ascii serialisationNikki2016-02-091-2/+2
* | mozbrowsersercuritychange eventPaul Rouget2016-02-091-1/+1
|/
* Partial implementation of Main Fetch step, including appropiate updates to testsNikki2016-01-291-3/+3
* rewrapped Rc<RefCell<Response>> into Rc<Response>Nikki2016-01-081-3/+3
* Extract Response from net_traits/lib.rsKeith Yeung2016-01-061-0/+104