class Kemal::Exceptions::PayloadTooLarge

Overview

Rendered as 413. The message is the response body, so it says which limit fired but never what the request contained.

Defined in:

kemal/helpers/exceptions.cr

Constructors

Constructor Detail

def self.new(message : String = "Payload Too Large") #

[View source]