servo/components/net
bors-servo 8fff2f29d0 Auto merge of #14895 - dowoncha:request-websocket, r=jdm
Added Websocket to RequestMode enum

Added Websocket to RequestMode enum
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #14785  (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because matching the enum should have default control flow.

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14895)
<!-- Reviewable:end -->
2017-01-08 08:57:52 -08:00
..
fetch Implement Subresource Integrity 2017-01-08 08:52:18 +05:30
blob_loader.rs Remove the unused CancellationListener arguments in filemanager_thread. 2016-11-24 11:46:30 +01:00
Cargo.toml Use tinyfiledialogs from crates.io 2017-01-05 16:59:44 -05:00
chrome_loader.rs Removed util. 2016-12-14 18:04:37 -06:00
connector.rs Implement HSTS fetch step 2016-12-29 12:55:31 +05:30
content_blocker.rs Removed util. 2016-12-14 18:04:37 -06:00
cookie.rs Check wss scheme in Cookie::appropriate_for_url 2016-12-25 09:14:06 +05:30
cookie_storage.rs Refactor to use ServoUrl::is_secure_scheme 2016-12-25 09:13:21 +05:30
data_loader.rs Remove CoreResourceMsg::Load. 2016-11-24 11:46:24 +01:00
filemanager_thread.rs Removed util. 2016-12-14 18:04:37 -06:00
hsts.rs Refactor HSTSList to use HashMap 2016-12-30 22:00:03 +05:30
http_loader.rs Implement Subresource Integrity 2017-01-08 08:52:18 +05:30
image_cache_thread.rs Fix/silence some warnings 2016-12-20 07:07:06 +01:00
lib.rs Implement Subresource Integrity 2017-01-08 08:52:18 +05:30
mime_classifier.rs Auto merge of #13411 - frewsxcv:mime, r=jdm 2016-10-08 15:40:47 -05:00
resource_thread.rs Added Websocket to RequestMode enum 2017-01-08 09:17:53 -05:00
storage_thread.rs Removed util. 2016-12-14 18:04:37 -06:00
subresource_integrity.rs Implement Subresource Integrity 2017-01-08 08:52:18 +05:30
websocket_loader.rs Removed util. 2016-12-14 18:04:37 -06:00