Module fetch

Source
Expand description

An implementation of the Fetch specification

Modulesยง

cors_cache
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)
fetch_params
headers
methods