RigInboundGateway.RequestLogger behaviour (Reactive Interaction Gateway v3.0.0-alpha.2) View Source

Interface for request logging backends.

Link to this section Summary

Link to this section Callbacks

Link to this callback

log_call(arg1, arg2, %Plug.Conn{})

View Source

Specs

log_call(Proxy.endpoint(), Proxy.api_definition(), %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(),
  path_params: 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()
}) :: :ok