All Classes
| Class | Description |
|---|---|
| ByteResponse | |
| FileResponse | |
| Header |
Represents a request header.
|
| Method |
An enumeration listing all of the available request methods that are possible.
|
| QueryParams |
A lazily-evaluated representation of all received query params from a single request.
|
| Request |
Represents an incoming request.
|
| Response | |
| StatusCode | |
| StringResponse | |
| TeenyHttpd |
The TeenyHttpd server itself - instantiating an instance of this class and calling 'start()' is all that is required
to begin serving requests.
|