Module yew::services::fetch

source ·
Expand description

Service to send HTTP-request to a server.

Structs

A service to fetch resources.
A handle to control sent requests. Can be canceled with a Task::cancel call.
A set of HTTP headers
The Request Method (VERB)
Represents an HTTP request.
Represents an HTTP response
An HTTP status code (status-code in RFC 7230 et al.).
The URI component of a request.