Expand description
Boa’s implementation of JavaScript’s fetch function.
More information:
Modules§
- headers
- The
HeadersJavaScript class, implemented asJsHeaders. - js_
module - JavaScript module containing the fetch types and functions.
- request
- The
RequestJavaScript class and adjacent types, implemented asJsRequest. - response
- Module containing the
ResponseJavaScript class and its helpers, implemented asJsResponse. - tests
- Test types and methods to help with testing the Fetch API.
Structs§
- Blocking
Reqwest Fetcher - Implementation of
Fetcherthat uses the blockingreqwestlibrary as the backend. - Error
Fetcher - Implementation of
Fetcherwhich will always reject any fetch.
Traits§
- Fetcher
- A trait for backend implementation of an HTTP fetcher.