Exception: Http::ParserError::RequestURITooLong

Inherits:
Http::ParserError show all
Defined in:
lib/http/parser.rb

Instance Attribute Summary

Attributes inherited from Http::ParserError

#code, #headers

Instance Method Summary collapse

Constructor Details

#initializeRequestURITooLong

Returns a new instance of RequestURITooLong.



29
# File 'lib/http/parser.rb', line 29

def initialize(); super("Request-URI Too Long", 414); end