Timber v3.1.2 Timber.Events.HTTPResponseEvent View Source

DEPRECATED

#{@deprecated_message}

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Timber.Events.HTTPResponseEvent{
  body: String.t() | nil,
  direction: String.t() | nil,
  headers: map() | nil,
  headers_json: String.t() | nil,
  request_id: String.t() | nil,
  service_name: String.t() | nil,
  status: pos_integer(),
  time_ms: float()
}