Interface | Description |
---|---|
Cookie |
|
Handler | Functional interface to allow for lambda notation when creating routes. |
HttpServerRequest |
|
HttpServerRequest.Body | Serves to encapsulate all logic relating to the request body. |
HttpServerResponse | Interface created to guide the development of the HttpResponse object. |
Route |
|
Router | Interface created to guide the development of the Router. |
Trait | Description |
---|---|
WebConfig | The new descriptor for applications. |
Class | Description |
---|---|
ContentTypes | A class to store frequently used values for Content-Type and Accept headers. |
HttpRequestHandler | This class was created so that we can write encapsulating logic around the handling of each request that comes to the server. |
StaticHandlerOptions | Author: Kevin Sheppard Date: April 01, 2023 |