struct Bugsnag::Request
- Bugsnag::Request
- Struct
- Value
- Object
Overview
The Request
represents the HTTP or RPC request during which the exception
was raised.
Included Modules
- JSON::Serializable
Defined in:
bugsnag.crConstructors
- .new(client_ip : Nil | String, headers : HTTP::Headers | Nil, http_method : Nil | String, url : Nil | String, referer : Nil | String)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #client_ip : String | Nil
- #headers : HTTP::Headers | Nil
- #http_method : String | Nil
- #referer : String | Nil
- #url : String | Nil
Constructor Detail
def self.new(client_ip : Nil | String, headers : HTTP::Headers | Nil, http_method : Nil | String, url : Nil | String, referer : Nil | String)
#