nug v0.3.2 Nug.Recording

Link to this section Summary

Link to this section Types

Specs

t() :: %Nug.Recording{
  request: %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()
  },
  response: %Tesla.Env{
    __client__: term(),
    __module__: term(),
    body: term(),
    headers: term(),
    method: term(),
    opts: term(),
    query: term(),
    status: term(),
    url: term()
  }
}

Link to this section Functions

Link to this function

add(env, handler)

Link to this function

find(env, handler)

Link to this function

scrub_fields(env)

Link to this function

scrub_list(list)