Module tauri::api::http

source · []
This is supported on crate feature http-api only.
Expand description

Types and functions related to HTTP request.

Structs

The HTTP client.

The builder of Client.

Form body definition.

The builder for a HTTP request.

A response with raw bytes.

The HTTP response.

The response data.

Enums

A body for the request.

FormBody data types.

The HTTP response type.