Expand description
Check out the repository for more general information and examples about this crate.
Re-exports§
pub use crate::charsets::Charset;
Modules§
- charsets
- This module is a clean re-export of the
encoding_rs
crate. You can probably find the charset you need in here. - header
- This module is a re-export of the
http
crate’sheader
module.
Structs§
- Request
Request
is the main way of performing requests.- Response
Reader - The
ResponseReader
is used to read the body of a reponse. - Status
Code - An HTTP status code (
status-code
in RFC 7230 et al.).
Enums§
- Http
Error - Common errors that can occur during HTTP requests.
Type Aliases§
- Http
Result - Wrapper for the
Result
type with anHttpError
.