[][src]Module seed::browser::service::fetch

Deprecated since 0.7.0:

Please use seed::browser::fetch module instead

High-level interface for web_sys HTTP requests.

Structs

FetchObjectDeprecated

Return type for Request.fetch* methods.

RequestDeprecated

Request is the entry point for all fetch requests. Its methods configure the request, and handle the response. Many of them return the original struct, and are intended to be used chained together.

RequestControllerDeprecated

It allows to abort request or disable request's timeout. You can get it by calling method Request.controller.

ResponseDeprecated
ResponseWithDataResultDeprecated
StatusDeprecated

Response status.

Enums

DataErrorDeprecated
FailReasonDeprecated
MethodDeprecated

HTTP Method types.

RequestErrorDeprecated
StatusCategoryDeprecated

Type Definitions

DataResultDeprecated

Type for ResponseWithDataResult.data.

DomExceptionDeprecated
FetchResultDeprecated

Type for FetchObject.result.

ResponseDataResultDeprecated

Return type for FetchObject.response_data().

ResponseResultDeprecated

Return type for FetchObject.response().