Crate areq_smol

Crate areq_smol 

Source
Expand description

areq-smol

Async HTTP requests for the smol runtime

This crate is a part of areq library, the runtime-agnostic HTTP requests

Modules§

body
Body types and traits.
bytes
Provides abstractions for working with bytes.
http
A general purpose library of common HTTP types
http1
The http/1.1 client.
http2
The http/2 client.
negotiate
prelude
The crate’s prelude.
smol
Smol related traits.
tls
The http client over TLS.

Structs§

Address
The network address.
Request
Response
Session
The communication session between a client and a host.

Enums§

Alt
Error
The handshake error type.
InvalidUri

Traits§

Client
ClientExt
Handshake
The trait to establish a client session over an asynchronous connection.
HandshakeWith
IntoHost