summaryrefslogtreecommitdiff
path: root/ext/fetch/fs_fetch_handler.rs
AgeCommit message (Expand)Author
2024-10-19refactor(ext/fetch): use concrete error types (#26220)Leo Kettmeir
2024-09-04refactor(ext/fetch): align error messages (#25374)Ian Bull
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-02chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)Bartek Iwańczuk
2024-06-19Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)Bartek Iwańczuk
2024-06-13chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27refactor: simplify hyper, http, h2 deps (#21715)Bartek Iwańczuk
2023-08-09refactor(ext/fetch): Remove FetchRequestBodyResource from FetchHandler interf...Matt Mastracci
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-03refactor(ext/fetch): pass opstate in `FetchHandler::fetch_file`Leo Kettmeir
2021-11-01feat(ext/fetch): support fetching local files (#12545)Kitson Kelly