Structs§
- Header
- Represents a HTTP header.
- Header
Field - 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
- Status
Code - Status code of a request or response.
- ThServer
- The main class of this library.
Enums§
- Method
- HTTP request methods
Type Aliases§
- Response
Box - A
Response
without a template parameter.