Skip to main content

Module http

Module http 

Source
Expand description

HTTP Client Abstraction

This module defines the HTTP client trait that must be implemented by platform-specific backends (native reqwest, wasm fetch, etc.)

Structs§

HttpRequest
HTTP request builder
HttpResponse
HTTP response

Enums§

HttpMethod
HTTP method enum

Traits§

HttpClient
HTTP client trait
HttpClientExt
Helper methods for HTTP clients
HttpClientFactory
HTTP client factory trait