aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/request.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-749/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+7
* remove `extern crate` (#30311)Samson2023-09-081-0/+3
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-0/+12
* Auto merge of #29637 - AnthonyJ3:Use-same-origin-as-default-credential-mode-f...bors-servo2023-05-181-2/+2
|\
| * fixup! defaulted credentials mode to same-origin & removed fallback credentialsAnthonyJ32023-04-271-1/+1
| * defaulted credentials mode to same-origin & removed fallback credentialsAnthonyJ32023-04-161-1/+1
* | add response tainting to request builderIver Småge men bærbar2023-05-181-1/+9
|/
* Upgrade HyperNaveen Gattu2022-01-161-1/+1
* Non-blocking network IONaveen Gattu2021-12-231-5/+7
* Set CORS preflight requests' `mode` to `cors`Vincent Ricard2020-10-301-0/+46
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-13/+14
* fix streaming request bodies, terminate fetch if the body stream errorsGregory Terzian2020-06-161-3/+20
* Avoid sending a new chunk when the body is already doneCYBAI2020-06-131-5/+2
* net: fix re-extracting stream upon re-directGregory Terzian2020-06-121-17/+12
* net: Use a POST request for allowing certs temporarily.Josh Matthews2020-06-091-3/+3
* partially integrate streaming request bodies with http re-directGregory Terzian2020-06-041-12/+39
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-3/+55
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-1/+17
* Now just one is_cors_safelisted_request_header, with closer spec alignmentPatrick Shaughnessy2019-12-161-0/+103
* Add simple implementation of content-security-policy on scripts / stylesMichael Howell2019-10-161-31/+15
* Support CORS attributes for image elements.Josh Matthews2019-10-041-2/+10
* Remove unused code from net and net_traits cratesest312019-06-021-18/+0
* Introduce parser metadata for requestCYBAI2019-05-111-0/+19
* set referrer in window.load_urlRussell Cousineau2019-04-191-9/+5
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-41/+138
* Remove `foreign` service-workers modeCYBAI2018-12-231-1/+0
* refactored performance timing to align with updated specddh2018-11-201-0/+9
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove duplicate codeYaw Boakye2018-11-181-1/+0
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Rustfmt net_traits cratePyfisch2018-11-031-18/+28
* Update hyper to 0.12Bastien Orivel2018-11-011-8/+8
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-9/+9
* Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-241-2/+2
* Merge request type and destinationKeith Yeung2017-10-231-23/+18
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-18/+18
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-30/+30
* order derivable traits listsClément DAVID2017-08-231-14/+14
* Update HTTP-redirect fetchKeith Yeung2017-08-181-1/+1
* Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-5/+3
* Introduce service-worker modeKeith Yeung2017-06-221-6/+14
* Redirect document loads manuallyNikhil Shagrithaya2017-05-311-2/+11
* Kill Request::omit_origin_headerAnthony Ramine2017-04-071-2/+0
* Introduce HstsList::switch_known_hsts_host_domain_url_to_httpsAnthony Ramine2017-04-051-0/+5
* Add spec links to the Request fieldsAnthony Ramine2017-04-051-1/+29
* Remove all internal mutability from RequestAnthony Ramine2017-04-031-46/+45
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-4/+3
* Auto merge of #14895 - dowoncha:request-websocket, r=jdmbors-servo2017-01-081-0/+1
|\
| * Added Websocket to RequestMode enumDowon Cha2017-01-081-0/+1