Update HTTP-redirect fetch

This commit is contained in:
Keith Yeung 2017-06-25 00:49:31 -07:00
parent 0ff47c4475
commit d6c197b40c
2 changed files with 35 additions and 33 deletions

View file

@ -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,