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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
from_http_request(no_request : Nil)
Sourcefrom_http_request(request)
SourceInstance methods
client_ip
Sourceheaders
Sourcehttp_method
Sourcereferer
Sourceurl
Source