Timber v0.4.5 Timber.Contexts.HTTPContext

The HTTP context tracks information about an HTTP request currently being handled

Timber can automatically add context information about HTTP requests if you use a Plug based framework through the Timber.ContextPlug.

Summary

Types

m()
m :: %{:method => String.t, :path => String.t, optional(:request_id) => String.t, optional(:remote_addr) => String.t}
t()
t :: %Timber.Contexts.HTTPContext{method: String.t, path: String.t, remote_addr: String.t | nil, request_id: String.t | nil}