class Prax::Parser::Request

Included Modules

Defined in:

prax/parser/request.cr

Constructors

Instance Method Summary

Instance methods inherited from module Prax::Parser::Common

add_header(name, value) add_header, content_length content_length, header(name) header

Constructor Detail

def self.new(method : String, uri : String, http_version : String) #

[View source]

Instance Method Detail

def headers : Headers #

[View source]
def host #

[View source]
def http_version : String #

[View source]
def method : String #

[View source]
def uri : String #

[View source]