module Reifier

Constants

CRLF
ERROR_HEADER
HTTPParseError
HTTP_STATUS_CODES

Taken from github.com/puma/puma/blob/master/lib/puma/const.rb#L10 Every standard HTTP code mapped to the appropriate message. Generated with: curl -s www.iana.org/assignments/http-status-codes/http-status-codes-1.csv | \

ruby -ne 'm = /^(\d{3}),(?!Unassigned|\(Unused\))([^,]+)/.match($_) and \
          puts "#{m[1]} => \x27#{m[2].strip}\x27,"'
POST
PUT
UnsupportedOptionError
VERSION