class Athena::Routing::Exceptions::RequestHeaderFieldsTooLargeException

Overview

Raises a "Request Header Fields Too Large" exception with code 431

Defined in:

routing/exceptions.cr

Constructors

Instance methods inherited from class Athena::Routing::Exceptions::AthenaException

code : Int32 code, to_json : String to_json

Constructor methods inherited from class Athena::Routing::Exceptions::AthenaException

new(code : Int32, message) new

Constructor Detail

def self.new(message : String = "Request Header Fields Too Large") #

[View source]