Class | Description |
---|---|
TkClasspath |
Take reading resources from classpath.
|
TkCors |
CORS take.
|
TkEmpty |
Empty take.
|
TkFailure |
Take that always fails.
|
TkFiles |
Take reading resources from directory.
|
TkFixed |
Take with fixed response.
|
TkGreedy |
Take with a greedy request.
|
TkGzip |
Take that compresses responses with GZIP.
|
TkHtml |
HTML take.
|
TkMeasured |
Take that measures response printing time and adds HTTP header
"X-Take-Millis" with the amount of milliseconds.
|
TkOnce |
Take with a read-only-once request.
|
TkProxy |
Take that proxies requests to another destination.
|
TkReadAlways |
A Take decorator which reads and ignores the request body.
|
TkRedirect |
Take that redirects.
|
TkRetry |
Decorator TkRetry, which will not fail immediately on IOException, but
will retry a few times.
|
TkSlf4j |
Logs Take.act() calls.
|
TkSmartRedirect |
Take that redirects, passing all query arguments and the fragment through.
|
TkSslOnly |
Take that redirects to HTTPS if it's HTTP.
|
TkText |
Text take.
|
TkVerbose |
Take that makes all not-found exceptions location aware.
|
TkVersioned |
Take that adds an HTTP header to each response with a version
of Take framework.
|
TkWithCookie |
Take that headers.
|
TkWithHeader |
Take with an extra header.
|
TkWithHeaders |
Take that headers.
|
TkWithType |
Plain text take.
|
TkWrap |
Wrap of take.
|
Copyright © 2015–2018 Take. All rights reserved.