Crate livid_server

Source

Structs§

Header
Represents a HTTP header.
HeaderField
Field of a header (eg. Content-Type, Content-Length, etc.)
Request
Represents an HTTP request made by a client.
Response
Object representing an HTTP response whose purpose is to be given to a Request.
Server
StatusCode
Status code of a request or response.
ThServer
The main class of this library.

Enums§

Method
HTTP request methods

Type Aliases§

ResponseBox
A Response without a template parameter.