aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/http_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-124/+164
* Don’t prompt user for credentials for non-Navigate request (#35664)Isaac Marovitz2025-02-261-1/+52
* libservo: Add a delegate method for HTTP authentication (#35400)Martin Robinson2025-02-101-7/+14
* Modify the checks for upgrade-request algorithm (#35357)Shubham Gupta2025-02-071-2/+0
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+2
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-34/+34
* add minimal implementation of FetchParams (#34833)arthmis2025-01-121-66/+66
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-081-340/+413
* Prompt user for credentials when http request needs it (#34620)arthmis2024-12-281-2/+181
* net: Ensure that origin serialization is consistent (#34081)Martin Robinson2024-10-311-1/+23
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-3/+3
* Implement fetch metadata headers (#33830)Simon Wülker2024-10-161-2/+38
* net: Refactor `Decoder` (#33611)Cristian Brinza2024-10-021-7/+72
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-55/+29
* dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie` (...Martin Robinson2024-07-261-6/+6
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-2/+2
* 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-2/+0
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-111-13/+11
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-15/+14
* Upgrade HyperNaveen Gattu2022-01-161-23/+5
* Disable all http_loader unit tests on windows.Josh Matthews2021-05-271-0/+2
* Disable intermittent unit test.Josh Matthews2021-05-261-0/+1
* Disable another intermittent test on windows.Josh Matthews2021-05-221-0/+1
* Disable intermittent test on windows.Josh Matthews2021-05-221-0/+1
* Compile fix.Josh Matthews2021-04-071-0/+2
* Try to work around windows unit test failures.Josh Matthews2021-04-071-5/+2
* Disasable net unit test on windows.Josh Matthews2021-04-041-0/+1
* Remove unit test that triggers frequent intermittent failure.Josh Matthews2020-07-271-78/+2
* Auto merge of #27198 - jdm:http-origin-test-debug, r=asajeffreybors-servo2020-07-071-7/+8
|\
| * Add debug output for intermittently failing test.Josh Matthews2020-07-071-7/+8
* | Update referrer computationUtsav Oza2020-07-021-26/+10
|/
* Use global.get_referrer() when appropiateMatthias Deiml2020-06-171-2/+2
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-32/+32
* fix streaming request bodies, terminate fetch if the body stream errorsGregory Terzian2020-06-161-3/+4
* partially integrate streaming request bodies with http re-directGregory Terzian2020-06-041-5/+1
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-4/+35
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-1/+3
* add a core resource thread-poolGregory Terzian2020-02-141-8/+8
* Fix HSTSJan Andre Ikenmeyer2020-01-071-1/+1
* Let hyper automatically add a host header for HTTP/1Jan Andre Ikenmeyer2019-12-161-5/+0
* Limit referer header value length to 4096teapotd2019-10-241-1/+46
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-4/+4
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-272/+238
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-186/+144
* net: Suppress default ports in Origin header.Josh Matthews2018-12-171-7/+2
* refactored performance timing to align with updated specddh2018-11-201-16/+16
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-5/+5