Timber v3.0.0-alpha.2 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.
The defined structure of this data can be found in the log event JSON schema: https://github.com/timberio/log-event-json-schema
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.