Privacy-safe HTTP metadata included in an error report.
The route is the static SDK route rather than a URL containing identifiers or query parameters. The request ID comes from the Inttegro response and can be used for support correlation.
@type t() :: %Inttegro.Telemetry.HTTPContext{ duration_ms: non_neg_integer(), method: String.t(), request_id: String.t() | nil, route: String.t() | nil, server_address: String.t(), status_code: integer() | nil }