Timber v2.4.4 Timber.Events.HTTPResponseEvent View Source
The HTTPResponseEvent
tracks HTTP responses in your app, both outgoing and
incoming from external services (should you choose to track these). This gives
you structured insight into all of your HTTP response events.
Timber can automatically track response events if you use a Plug
based framework
through Timber.Plug
.
Link to this section Summary
Link to this section Types
Link to this section Functions
Message to be used when logging.
Builds a new struct taking care to:
- Normalize header values so they are consistent.
- Removes “” or nil values.