aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/http_cache.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-1/+1
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-9/+6
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-1/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: fix warnings in components/net (#31564)eri2024-03-101-1/+1
* Upgrade HyperNaveen Gattu2022-01-161-1/+1
* Non-blocking network IONaveen Gattu2021-12-231-2/+3
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-1/+2
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-1/+2
* http-cache: re-enable and update testGregory Terzian2019-06-221-25/+26
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Ensure done_chan is Some, when refreshing a still receiving resourceGregory Terzian2018-06-231-0/+50