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

Method Detail

def xsleak_admin?(env) : Bool #

[View source]
def xsleak_no_store(env) #

[View source]

Macro Detail

macro maze_get(path, &block) #

[View source]
macro maze_post(path, &block) #

[View source]
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.


[View source]