| Package | Description |
|---|---|
| bayou.form |
Html form handling.
|
| bayou.http |
Http server.
|
| Constructor and Description |
|---|
CsrfToken(String name,
CookieJar cookieJar)
Create a CsrfToken.
|
| Modifier and Type | Method and Description |
|---|---|
static CookieJar |
CookieJar.current()
Get the default fiber-local CookieJar.
|
static CookieJar |
CookieJar.current(String cookieDomain,
String cookiePath)
Get the fiber-local CookieJar for the cookie {domain,path}.
|