mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` |
||
---|---|---|
.. | ||
cors_cache.rs | ||
request.rs | ||
response.rs |