| Interface | Description |
|---|---|
| Fork |
Fork.
|
| Request |
Request is representing a HTTP request.
|
| Response |
Response is representing the response of HTTP request.
|
| Take |
| Class | Description |
|---|---|
| FkParams |
Fork by query params and there values, matched by simple comparison.
|
| FkRegex |
Fork by regular expression pattern.
|
| RequiresHeader |
RequiresHeader is a decorator class over
Take that checks whether the provided header is passed to the request
or not. |
| RequiresParam |
RequiresParam is a decorating class over
Fork which checks whether the provided param is passed with the request. |
| RsBadRequest | |
| RsEmpty |
RsEmpty is a an empty response without headers and body.
|
| RsJson | |
| RsRedirect | |
| RsText | |
| RsWithBody | |
| RsWithHeader | |
| RsWithStatus | |
| RsWithType | |
| RsWrap | |
| Status |
Status is representing HTTP response status.
|
| TkFork | |
| TkRequestWrap |
| Exception | Description |
|---|---|
| HttpException |