class Bugsnag::Request

Included Modules

Defined in:

bugsnag/request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(context : HTTP::Server::Context) #

[View source]

Instance Method Detail

def client_ip : String | Nil #

[View source]
def client_ip=(client_ip : String | Nil) #

[View source]
def headers : Hash(String, String) | Nil #

[View source]
def headers=(headers : Hash(String, String) | Nil) #

[View source]
def http_method : String | Nil #

[View source]
def http_method=(http_method : String | Nil) #

[View source]
def referer : String | Nil #

[View source]
def referer=(referer : String | Nil) #

[View source]
def set_headers(context) #

[View source]
def url : String | Nil #

[View source]
def url=(url : String | Nil) #

[View source]