aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/fetch.rs
Commit message (Expand)AuthorAgeFilesLines
* make protocol handlers registrable (#33104)webbeef2024-08-221-0/+4
* 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-9/+0
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-111-6/+15
* clippy: fix warnings in components/net (#31564)eri2024-03-101-4/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-21/+20
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-63/+25
* Update uuidMartin Robinson2023-06-261-1/+1
* Upgrade HyperNaveen Gattu2022-01-161-1/+1
* Non-blocking network IONaveen Gattu2021-12-231-7/+20
* Disable fetch tests on windows.Josh Matthews2021-05-271-2/+1
* Don't error on unused imports.Josh Matthews2021-05-271-0/+2
* Disable more unit tests for windows.Josh Matthews2021-05-271-0/+2
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-50/+173
* net: Add unit test for accepting a self-signed cert.Josh Matthews2020-06-091-3/+92
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-27/+37
* add a fetch token for blob urlsGregory Terzian2020-02-211-0/+3
* add a core resource thread-poolGregory Terzian2020-02-141-5/+11
* file: and about: are now opaque-filtered responsesPatrick Shaughnessy2020-02-111-9/+28
* Fix HSTSJan Andre Ikenmeyer2020-01-071-1/+64
* Let hyper automatically add a host header for HTTP/1Jan Andre Ikenmeyer2019-12-161-9/+1
* Add ALPN and signature algorithms to OpenSSL configJan Andre Ikenmeyer2019-11-301-14/+7
* Move ResourceFetchTiming into ArcJaved Nissar2019-09-181-1/+2
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-6/+3
* create uuid before sending PromoteMemory messageRussell Cousineau2019-03-181-4/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-49/+31
* Add comment about incorrect tests for file url range requests. Fmt and manife...Fernando Jiménez Moreno2018-11-261-1/+2
* Use crossbeam channel instead of servo channel. Fix rebase issues and add com...Fernando Jiménez Moreno2018-11-261-2/+1
* Adapt fetch blob test to new way of fetching in chunksFernando Jiménez Moreno2018-11-261-5/+37
* refactored performance timing to align with updated specddh2018-11-201-7/+10
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-9/+9
* Update uuidBastien Orivel2018-11-091-1/+1
* Reorder importsPyfisch2018-11-061-9/+16
* Format remaining filesPyfisch2018-11-061-31/+49
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Rustfmt net cratePyfisch2018-11-031-99/+251
* Update hyper to 0.12Bastien Orivel2018-11-011-228/+184
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-9/+8
* Automatically provide a resource reader for testsPaul Rouget2018-04-301-28/+0
* test(net): update test casesOJ Kwon2018-04-271-5/+4
* test(net): update test casesOJ Kwon2018-04-271-1/+2
* delegate resource reading to embedderPaul Rouget2018-04-271-13/+36
* Use specific assertion for net fetch testsCYBAI2018-01-261-3/+3
* Merge net and net_testsAnthony Ramine2018-01-201-0/+982