Exception: Http::ParserError::LengthRequired

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

#initializeLengthRequired

Returns a new instance of LengthRequired.



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

def initialize(); super("Length Required", 411); end