Module net::fetch::cors_cache
source · Expand description
An implementation of the CORS preflight cache
For now this library is XHR-specific.
For stuff involving <img>
, <iframe>
, <form>
, etc please check what
the request mode should be and compare with the fetch spec
This library will eventually become the core of the Fetch crate
with CORSRequest being expanded into FetchRequest (etc)
Structs§
- A simple, vector-based CORS Cache
- An entry in the CORS cache
Enums§
- Union type for CORS cache entries