exsentry v0.2.1 ExSentry.Model.Request
ExSentry.Model.Request represents an object adhering to the Sentry
request
interface.
Summary
Functions
Returns a JSON-compatible map describing the given conn
, adhering
to the Sentry “Http” interface
Functions
Specs
from_conn(%Plug.Conn{adapter: term, assigns: term, before_send: term, body_params: term, cookies: term, halted: term, host: term, method: term, owner: term, params: term, path_info: term, peer: term, port: term, private: term, query_params: term, query_string: term, remote_ip: term, req_cookies: term, req_headers: term, request_path: term, resp_body: term, resp_cookies: term, resp_headers: term, scheme: term, script_name: term, secret_key_base: term, state: term, status: term}) :: %ExSentry.Model.Request{cookies: term, data: term, env: term, headers: term, method: term, query_string: term, url: term}
Returns a JSON-compatible map describing the given conn
, adhering
to the Sentry “Http” interface.