Module net_traits::request
source · Structs§
- A Request as defined by the Fetch spec.
- The net component’s view into https://fetch.spec.whatwg.org/#bodies
- An id to differeniate one network request from another.
Enums§
- Messages used to implement https://fetch.spec.whatwg.org/#concept-request-transmit-body which are sent from net to script (with the exception of Done, which is sent from script to script).
- Messages used to implement https://fetch.spec.whatwg.org/#concept-request-transmit-body which are sent from script to net.
- Request credentials mode
- A request destination
- An initiator
- A request origin
- A referer