mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Implement CORS preflight fetch
This commit is contained in:
parent
e66e437ae6
commit
e42481d0e7
8 changed files with 237 additions and 47 deletions
|
@ -27,6 +27,7 @@ extern crate openssl;
|
|||
extern crate rustc_serialize;
|
||||
extern crate threadpool;
|
||||
extern crate time;
|
||||
extern crate unicase;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
extern crate uuid;
|
||||
|
@ -47,7 +48,7 @@ pub mod resource_thread;
|
|||
pub mod storage_thread;
|
||||
pub mod websocket_loader;
|
||||
|
||||
/// An implementation of the [Fetch spec](https://fetch.spec.whatwg.org/)
|
||||
/// An implementation of the [Fetch specification](https://fetch.spec.whatwg.org/)
|
||||
pub mod fetch {
|
||||
pub mod cors_cache;
|
||||
pub mod methods;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue