aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/request.rs
diff options
context:
space:
mode:
authorKeith Yeung <kungfukeith11@gmail.com>2017-06-25 00:49:31 -0700
committerKeith Yeung <kungfukeith11@gmail.com>2017-08-18 16:30:06 -0700
commitd6c197b40c216916eb0af860e05ff552c5907386 (patch)
tree477b8acb9ddb449210d8e88b1b31a1f25a2b8cb7 /components/net_traits/request.rs
parent0ff47c4475487541d41ecb9d6239710af9d332c2 (diff)
downloadservo-d6c197b40c216916eb0af860e05ff552c5907386.tar.gz
servo-d6c197b40c216916eb0af860e05ff552c5907386.zip
Update HTTP-redirect fetch
Diffstat (limited to 'components/net_traits/request.rs')
-rw-r--r--components/net_traits/request.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net_traits/request.rs b/components/net_traits/request.rs
index 6946cdbef0f..9a5922b91cc 100644
--- a/components/net_traits/request.rs
+++ b/components/net_traits/request.rs
@@ -220,7 +220,7 @@ pub struct Request {
// TODO: target browsing context
/// https://fetch.spec.whatwg.org/#request-keepalive-flag
pub keep_alive: bool,
- // https://fetch.spec.whatwg.org/#request-service-workers-mode
+ /// https://fetch.spec.whatwg.org/#request-service-workers-mode
pub service_workers_mode: ServiceWorkersMode,
/// https://fetch.spec.whatwg.org/#concept-request-initiator
pub initiator: Initiator,