class Xssmaze::RequestLog

Included Modules

Defined in:

request_log.cr

Constant Summary

PATH_COLUMN = 46

Wide enough for a typical maze path plus a short payload; longer resources push the timing column right instead of wrapping the line.

PATH_LIMIT = 76

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO = STDOUT) #

[View source]

Instance Method Detail

def call(context : HTTP::Server::Context) #

[View source]