Module tauri::api::http

source · []
Available on crate feature http-api only.
Expand description

Types and functions related to HTTP request.

Modules

This module is a re-export of the http crate’s header module.

Structs

The HTTP client.

The builder of Client.

Form body definition.

A set of HTTP headers.

The builder for a HTTP request.

A response with raw bytes.

The HTTP response.

The response data.

An HTTP status code (status-code in RFC 7230 et al.).

Enums

A body for the request.

A file path or contents.

FormBody data types.

The HTTP response type.