Timber v0.2.3 Timber.Contexts.HTTPRequestContext

The HTTP request context tracks incoming HTTP requests

Timber can automatically add incoming HTTP requests to the stack if you use a Plug based framework through the Timber.Plug.

Summary

Types

m()
m :: %{optional(:request_id) => String.t}
t()
t :: %Timber.Contexts.HTTPRequestContext{request_id: String.t | nil}