aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/http_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Backout `Host`-header related change from #32024. (#32093)Philip Lamb2024-04-161-14/+1
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-111-2/+15
* Net: fold websocket and http tokio runtime into one (#31771)tannal2024-03-211-6/+1
* clippy: Fix warnings in `components/net` (#31626)eri2024-03-131-8/+14
* clippy: fix warnings in components/net (#31564)eri2024-03-101-75/+63
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-181-4/+2
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-171-2/+4
* Replace time with std::time in components/devtools (#30927)Taym Haddadi2024-01-031-5/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-35/+31
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-16/+19
* Update uuidMartin Robinson2023-06-261-1/+1
* use response tainting::cors in cors preflightIver Småge men bærbar2023-05-181-0/+1
* Upgrade HyperNaveen Gattu2022-01-161-58/+45
* Fix warnings.Josh Matthews2022-01-031-1/+1
* Non-blocking network IONaveen Gattu2021-12-231-196/+213
* more conciseNaveen Gattu2021-11-291-7/+5
* if let destructuringNaveen Gattu2021-11-291-7/+9
* more conciseNaveen Gattu2021-11-281-4/+3
* preserve fragmentNaveen Gattu2021-11-281-2/+9
* Set CORS preflight requests' `mode` to `cors`Vincent Ricard2020-10-301-62/+60
* net: in the absense of a request body, assume streaming it cannot failGregory Terzian2020-07-071-1/+11
* Ignore errors while setting username/password in strip_url_for_use_as_referrerUtsav Oza2020-07-031-2/+2
* Update referrer computationUtsav Oza2020-07-021-56/+67
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-9/+3
* fix streaming request bodies, terminate fetch if the body stream errorsGregory Terzian2020-06-161-27/+167
* net: fix re-extracting stream upon re-directGregory Terzian2020-06-121-2/+2
* net: Use a POST request for allowing certs temporarily.Josh Matthews2020-06-091-1/+1
* net: Pass certs that fail the SSL handshake out of the network layer.Josh Matthews2020-06-091-2/+16
* partially integrate streaming request bodies with http re-directGregory Terzian2020-06-041-2/+1
* net: use an empty body for the null body caseGregory Terzian2020-06-041-63/+58
* net: don't set content-length in obtain responseGregory Terzian2020-06-041-14/+1
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-12/+85
* net: shutdown async runtime on exitGregory Terzian2020-05-301-3/+6
* make is_origin_trustworthy a method of ServoUrl + fix localhost handlingAlexandrov Sergey2020-05-191-25/+3
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-13/+49
* Auto merge of #26430 - Eijebong:referrer-policy, r=jdmbors-servo2020-05-121-1/+7
|\
| * Implement referrer policyBastien Orivel2020-05-051-1/+7
* | Implement cross origin resource policy checkBastien Orivel2020-05-081-1/+91
* | Remove outdated HTTP redirection handling code.Josh Matthews2020-05-051-27/+3
* | Fix a mistake in the redirect fetch codeBastien Orivel2020-05-051-1/+3
* | Strip request-body-header when redirecting from a POST to GETBastien Orivel2020-05-051-1/+14
|/
* Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07)Simon Sapin2020-04-091-1/+1
* Cookie header values can be utf8Patrick Shaughnessy2020-01-281-1/+1
* Cookies are now expired immediately before each lookupPatrick Shaughnessy2020-01-241-0/+1
* Auto merge of #25404 - Darkspirit:hsts, r=asajeffreybors-servo2020-01-081-4/+11
|\
| * Fix HSTSJan Andre Ikenmeyer2020-01-071-4/+11
* | Fix some warnings in future Rust nightliesSimon Sapin2020-01-021-2/+1
|/