| Name | Description | Type | Package | Framework |
| RqBuffered | Request with a buffered body. | Class | org.takes.rq | Takes |
|
| RqBytes | Request in which the body is a byte array. | Class | org.takes.rq | Takes |
|
| RqCookies | HTTP cookies parsing. | Interface | org.takes.rq | Takes |
|
| RqCookies .Base | Request decorator, for HTTP cookies parsing. | Class | org.takes.rq.RqCookies | Takes |
|
| RqFake | Fake request (for unit tests). | Class | org.takes.rq | Takes |
|
| RqForm | Request decorator that decodes FORM data from application/x-www-form-urlencoded format (RFC 1738). | Interface | org.takes.rq | Takes |
|
| RqForm .Base | Base implementation of @link RqForm. | Class | org.takes.rq.RqForm | Takes |
|
| RqForm .Fake | Fake RqForm accepts parameters in the constructor. | Class | org.takes.rq.RqForm | Takes |
|
| RqForm .Smart | Smart decorator, with extra features. | Class | org.takes.rq.RqForm | Takes |
|
| RqGreedy | Request decorator, for HTTP request caching. | Class | org.takes.rq | Takes |
|
| RqHeaders | HTTP headers parsing All implementations of this interface must be immutable and | Interface | org.takes.rq | Takes |
|
| RqHeaders .Base | Request decorator, for HTTP headers parsing. | Class | org.takes.rq.RqHeaders | Takes |
|
| RqHeaders .Smart | Smart decorator, with extra features. | Class | org.takes.rq.RqHeaders | Takes |
|
| RqHref | HTTP URI query parsing. | Interface | org.takes.rq | Takes |
|
| RqHref .Base | Request decorator, for HTTP URI query parsing. | Class | org.takes.rq.RqHref | Takes |
|
| RqHref .Smart | Smart decorator, with extra features. | Class | org.takes.rq.RqHref | Takes |
|
| RqLengthAware | Request decorator that limits its body, according to the Content-Length header in its head. | Class | org.takes.rq | Takes |
|
| RqLive | The class is immutable and thread-safe. | Class | org.takes.rq | Takes |
|
| RqMethod | HTTP method parsing. | Interface | org.takes.rq | Takes |
|
| RqMethod .Base | Request decorator, for HTTP method parsing. | Class | org.takes.rq.RqMethod | Takes |
|
| RqMultipart | HTTP multipart FORM data decoding. | Interface | org.takes.rq | Takes |
|
| RqMultipart .Base | Request decorator, that decodes FORM data from multipart/form-data format (RFC 2045). | Class | org.takes.rq.RqMultipart | Takes |
|
| RqMultipart .Fake | | Class | org.takes.rq.RqMultipart | Takes |
|
| RqMultipart .Smart | | Class | org.takes.rq.RqMultipart | Takes |
|
| RqOnce | Request decorator, to prevent multiple calls to body() method. | Class | org.takes.rq | Takes |
|
| RqPrint | Request decorator, to print it all. | Class | org.takes.rq | Takes |
|
| RqSimple | The class is immutable and thread-safe. | Class | org.takes.rq | Takes |
|
| RqSocket | Request decorator to get custom socket headers. | Class | org.takes.rq | Takes |
|
| RqWithBody | The class is immutable and thread-safe. | Class | org.takes.rq | Takes |
|
| RqWithHeader | Request with extra header. | Class | org.takes.rq | Takes |
|
| RqWithHeaders | Request with extra header. | Class | org.takes.rq | Takes |
|
| RqWithoutHeader | Request without a header (even if it was absent). | Class | org.takes.rq | Takes |
|
| RqWrap | The class is immutable and thread-safe. | Class | org.takes.rq | Takes |