mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Implement CORS preflight fetch
This commit is contained in:
parent
e66e437ae6
commit
e42481d0e7
8 changed files with 237 additions and 47 deletions
|
@ -43,6 +43,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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue