Package | Description |
---|---|
org.takes.facets.fallback |
Fallback.
|
org.takes.facets.fork |
Fork.
|
org.takes.tk |
Take.
|
Modifier and Type | Class and Description |
---|---|
class |
TkFallback
Fallback.
|
Modifier and Type | Class and Description |
---|---|
class |
TkConsumes
Take that acts on request with specified "Content-Type" HTTP headers only.
|
class |
TkMethods
Take that acts on request with specified methods only.
|
class |
TkProduces
Take that acts on request with specified "Accept" HTTP headers only.
|
Modifier and Type | Class and Description |
---|---|
class |
TkClasspath
Take reading resources from classpath.
|
class |
TkFailure
Take that always fails.
|
class |
TkFiles
Take reading resources from directory.
|
class |
TkFixed
Take with fixed response.
|
class |
TkGreedy
Take with a greedy request.
|
class |
TkGzip
Take that compresses responses with GZIP.
|
class |
TkHTML
HTML take.
|
class |
TkMeasured
Take that measures response printing time and adds HTTP header
"X-Take-Millis" with the amount of milliseconds.
|
class |
TkRedirect
Take that redirects.
|
class |
TkText
Text take.
|
class |
TkVerbose
Take that makes all not-found exceptions location aware.
|
class |
TkVersioned
Take that adds an HTTP header to each response with a version
of Take framework.
|
class |
TkWithCookie
Take that headers.
|
class |
TkWithHeader
Take with an extra header.
|
class |
TkWithHeaders
Take that headers.
|
class |
TkWithType
Plain text take.
|
Copyright © 2015 Take. All rights reserved.