A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
B
- badRequest(String) - function in ai.tock.shared.vertx.WebVerticle.Companion
- BadRequestException - class in ai.tock.shared.vertx
- Http 400 exception.
- BASIC - enum entry in ai.tock.shared.Level
Logs request and response lines.
Example:
<pre>`--> POST /greeting http/1.1 (3-byte body)<-- 200 OK (22ms, 6-byte body) `</pre> *
- basicAuthInterceptor(String,String) - function in ai.tock.shared
- Create a basic auth interceptor.
- basicCredentialsHeader(String,String) - function in ai.tock.shared
- Encode basic credential header.
- blocking(HttpMethod,String,TockUserRole,String,Function1) - function in ai.tock.shared.vertx.WebVerticle
- blocking(Vertx,Function1,Function1) - function in ai.tock.shared.vertx
- Execute a blocking task (with ordered false).
- blocking(Route,Function1) - function in ai.tock.shared.vertx
- Execute a blocking handler on route (with ordered false).
- blockingDelete(String,TockUserRole,RequestLogger,Function1) - function in ai.tock.shared.vertx.WebVerticle
- blockingJsonGet(String,TockUserRole,Function1) - function in ai.tock.shared.vertx.WebVerticle
- blockingJsonPost(String,TockUserRole,RequestLogger,Function2) - function in ai.tock.shared.vertx.WebVerticle
- blockingWithBodyJson(HttpMethod,String,TockUserRole,RequestLogger,Function2) - function in ai.tock.shared.vertx.WebVerticle
- BODY - enum entry in ai.tock.shared.Level
Logs request and response lines and their respective headers and bodies (if present).
Example:
<pre>`--> POST /greeting http/1.1 Host: example.com Content-Type: plain/text Content-Length: 3Hi? --> END GET<-- 200 OK (22ms) Content-Type: plain/text Content-Length: 6Hello! <-- END HTTP `</pre> *
- booleanProperty(String,Boolean) - function in ai.tock.shared
- Return an env or system Boolean property.
- botUser - enum entry in ai.tock.shared.security.TockUserRole
A bot user is allowed to modify answer & i18n, and to consult dialogs and conversations.