struct

Bugsnag::Request

Inherits JSON::Serializable < Struct < Value < Object

The Request represents the HTTP or RPC request during which the exception was raised.

Constructors

new(client_ip : Nil | String, headers : HTTP::Headers | Nil, http_method : Nil | String, url : Nil | String, referer : Nil | String)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Class methods

from_http_request(no_request : Nil)
Source
from_http_request(request)
Source

Instance methods

client_ip
Source
headers
Source
http_method
Source
referer
Source