Auto merge of #10189 - KiChjang:cors-preflight-fetch, r=jdm

Implement CORS preflight fetch

Fixes #10145.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10189)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-13 21:28:25 +05:30
commit d21ff2fa13
8 changed files with 237 additions and 47 deletions

View file

@ -44,6 +44,7 @@ openssl = "0.7.6"
rustc-serialize = "0.3"
threadpool = "1.0"
time = "0.1.17"
unicase = "1.4.0"
url = {version = "0.5.7", features = ["heap_size"]}
uuid = { version = "0.2", features = ["v4"] }
websocket = "0.16.1"