Top Level Namespace
Defined in:
Constant Summary
-
XSLEAK_1X1_GIF =
Bytes[71, 73, 70, 56, 57, 97, 1, 0, 1, 0, 128, 0, 0, 0, 0, 0, 255, 255, 255, 33, 249, 4, 1, 0, 0, 0, 0, 44, 0, 0, 0, 0, 1, 0, 1, 0, 0, 2, 2, 68, 1, 0, 59] -
XSLEAK_ROLE_COOKIE =
"xsleak_role"
Method Summary
Macro Summary
- maze_get(path, &block)
- maze_post(path, &block)
-
maze_query(path, &block)
HTTP QUERY (RFC 10008): a GET-shaped, body-carrying request.
Method Detail
Macro Detail
macro maze_query(path, &block)
#
HTTP QUERY (RFC 10008): a GET-shaped, body-carrying request. Kemal exposes
it as its own route DSL from 1.13, and Kemal rejects a QUERY request that
has a body but no Content-Type with 400 before the handler runs.