Bukdu.System

Debugging the requests and responses on the fly

Bukdu provides a way to catch the requests and responses.

julia> Bukdu.System.catch_request(route::Bukdu.Route, req) = @debug "REQ " req.headers
julia> Bukdu.System.catch_response(route::Bukdu.Route, resp) = @debug "RESP" resp.headers resp.status