struct Bugsnag::Request

Overview

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

Included Modules

Defined in:

bugsnag.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(client_ip : Nil | String, headers : HTTP::Headers | Nil, http_method : Nil | String, url : Nil | String, referer : Nil | String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.from_http_request(no_request : Nil) #

[View source]
def self.from_http_request(request) #

[View source]

Instance Method Detail

def client_ip : String | Nil #

[View source]
def headers : HTTP::Headers | Nil #

[View source]
def http_method : String | Nil #

[View source]
def referer : String | Nil #

[View source]
def url : String | Nil #

[View source]