Exception: Http::ParserError::NotImplemented

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

Overview

Send Allow header

Instance Attribute Summary

Attributes inherited from Http::ParserError

#code, #headers

Instance Method Summary collapse

Constructor Details

#initializeNotImplemented

Returns a new instance of NotImplemented.



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

def initialize(); super("Method Not Implemented", 501); end