[][src]Crate lynx

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's header module.

Structs

Request

Request is the main way of performing requests.

ResponseReader

The ResponseReader is used to read the body of a reponse.

StatusCode

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

Enums

HttpError

Common errors that can occur during HTTP requests.

Type Definitions

HttpResult

Wrapper for the Result type with an HttpError.