[][src]Crate harp

harp.rs: high-level, self-contained, minimalist HTTP toolkit.

Re-exports

pub use crate::connection::*;
pub use crate::error::*;
pub use crate::path::*;

Modules

connection

Connections to HTTP servers

error

Error types used by harp.rs

path

Remote paths on HTTP servers

request

HTTP request types

response

HTTP response handling

Constants

HTTP_VERSION

Version of HTTP supported by Harp. NOTE: HTTP/2 support is not planned.

USER_AGENT

Harp's default User-Agent string