servo/components/net
arthmis 24ead9c3a9
Update implementations of HTTP-network fetch and HTTP-network-or-cache fetch to take fetchParams as an argument (#35205)
* change http-network-or-cache-fetch to take FetchParams argument instead of request

Signed-off-by: Lloyd Massiah <artmis9@protonmail.com>

* change http-network-fetch to take fetchParams as an argument

Signed-off-by: Lloyd Massiah <artmis9@protonmail.com>

* run formatter

Signed-off-by: Lloyd Massiah <artmis9@protonmail.com>

* renaming variable to be similar to step in spec

Signed-off-by: Lloyd Massiah <artmis9@protonmail.com>

* refixing usage of http_request after rebasing

Signed-off-by: Lloyd Massiah <artmis9@protonmail.com>

---------

Signed-off-by: Lloyd Massiah <artmis9@protonmail.com>
2025-02-04 02:23:42 +00:00
..
fetch Include WebViewId into EmbedderMsg variants where possible (#35211) 2025-01-30 11:15:35 +00:00
protocols Update all network-related dependencies to the latest versions (#34630) 2025-01-08 05:47:58 +00:00
tests Use aws-lc-rs as rust-tls provider (#35106) 2025-01-30 19:10:49 +00:00
async_runtime.rs api: Flatten and simplify Servo preferences (#34966) 2025-01-14 13:54:06 +00:00
Cargo.toml Use aws-lc-rs as rust-tls provider (#35106) 2025-01-30 19:10:49 +00:00
connector.rs Update all network-related dependencies to the latest versions (#34630) 2025-01-08 05:47:58 +00:00
cookie.rs Upgrade rustc to 1.83 (#34793) 2025-01-01 09:38:28 +00:00
cookie_storage.rs net: Stop using both versions of the time crate in the cookie code (#33260) 2024-08-30 17:15:47 +00:00
decoder.rs Remove Preferences::network_tls_ignore_unexpected_eof (#35080) 2025-01-20 13:07:54 +00:00
filemanager_thread.rs Include WebViewId into EmbedderMsg variants where possible (#35211) 2025-01-30 11:15:35 +00:00
hosts.rs Replace the lazy_static crate with std::sync::LazyLock in components/net (#33046) 2024-08-14 12:15:55 +00:00
hsts.rs api: Flatten and simplify Servo preferences (#34966) 2025-01-14 13:54:06 +00:00
http_cache.rs api: Flatten and simplify Servo preferences (#34966) 2025-01-14 13:54:06 +00:00
http_loader.rs Update implementations of HTTP-network fetch and HTTP-network-or-cache fetch to take fetchParams as an argument (#35205) 2025-02-04 02:23:42 +00:00
image_cache.rs script: Do not set up an IPC route for every image load (#35041) 2025-01-25 09:39:04 +00:00
lib.rs Implement WebResourceRequested Event. (#34961) 2025-01-16 07:44:16 +00:00
local_directory_listing.rs api: Flatten and simplify Servo preferences (#34966) 2025-01-14 13:54:06 +00:00
mime_classifier.rs clippy: Fix a bunch of warnings in script (#32680) 2024-07-04 11:40:23 +00:00
request_intercepter.rs Include WebViewId into EmbedderMsg variants where possible (#35211) 2025-01-30 11:15:35 +00:00
resource_thread.rs Implement WebResourceRequested Event. (#34961) 2025-01-16 07:44:16 +00:00
storage_thread.rs build: upgrade rustc to 1.81.0 (#34270) 2024-12-12 07:26:16 +00:00
subresource_integrity.rs clippy: Fix warnings in components/net (#31626) 2024-03-13 09:40:04 +00:00
websocket_loader.rs build(deps): bump async-tungstenite from 0.28.0 to 0.28.2 (#34904) 2025-01-08 21:51:38 +00:00