Timber v1.1.4 Timber.Events.HTTPServerResponseEvent
The HTTPServerResponseEvent
tracks responses for incoming HTTP requests. In other words,
the resposnes you are sending back to your clients. This gives you structured insight into
the response you are sending back to your clients.
Timber can automatically track response events if you use a Plug
based framework
through Timber.Plug
.
Summary
Types
t()
t() :: %Timber.Events.HTTPServerResponseEvent{body: String.t | nil, headers: map, request_id: Strin.t | nil, status: pos_integer, time_ms: float}
Functions
Message to be used when logging.