Module yew::services::fetch [] [src]

Service to send HTTP-request to a server.

Structs

FetchHandle

A handle to control sent request. Could be canceled by Task::cancel call.

Enums

Method

A method of HTTP-request of HTTP protocol.

Traits

FetchService

An abstract service to fetch resources from a context.