Interface | Description |
---|---|
Fork |
Fork.
|
RqRegex |
Request with a matcher of URI.
|
TkRegex |
Target for a
FkRegex fork. |
Class | Description |
---|---|
FkAgent |
Fork by user agent criteria accepted by "User-Agent" HTTP header.
|
FkAnonymous |
Fork if no user is logged in now.
|
FkAuthenticated |
Fork if user is logged in now.
|
FkChain |
A Fork chain.
|
FkContentType |
Fork by Content-type accepted by "Content-Type" HTTP header.
|
FkEncoding |
Fork by encoding accepted by "Accept-Encoding" HTTP header.
|
FkFixed |
Fork fixed.
|
FkHitRefresh |
Fork by hit-refresh header.
|
FkHost |
Fork by host name.
|
FkMethods |
Fork by method matching.
|
FkParams |
Fork by query params and their values, matched by regular express.
|
FkRegex |
Fork by regular expression pattern.
|
FkTypes |
Fork by types accepted by "Accept" HTTP header.
|
FkWrap |
Wrap for the fork.
|
RqRegex.Fake |
Fake implementation, for unit tests mostly.
|
RsFork |
Response based on forks.
|
TkConsumes |
Take that acts on request with specified "Content-Type" HTTP headers only.
|
TkFork |
Fork take.
|
TkMethods |
Take that acts on request with specified methods only.
|
TkProduces |
Take that acts on request with specified "Accept" HTTP headers only.
|
TkRegex.Fake |
Copyright © 2015–2018 Take. All rights reserved.