[][src]Crate htt

Here's The Thing

Project

Features

Here's The Thing is a simple HTTP project.

Notes

The crate uses #![no_std] by default. Documentation is built with all features, which include std. If you see some components from std crate, you have to use that feature.

Modules

version_info

0.4.1 (April 9th, 2020)

Structs

Error

Error

HeaderMapMaker

Helper struct for making HeaderMap

Request

Request

Response

Response

Enums

Header

Header

Method

Method

Status

Status

Version

Version

Constants

CODE_NAME

Crate code name

ID

ID of this crate

LINE_BREAK

Line break

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging...

VERSION

Crate version

Type Definitions

HeaderMap

Header map

IoResult

Result for I/O functions

Result

Result type used in this crate