class Prax::Parser::Response

Included Modules

Defined in:

prax/parser/response.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(http_version : String, code : String, status : String) #

[View source]

Instance Method Detail

def code : String #

[View source]
def headers : Array(Header) #

[View source]
def http_version : String #

[View source]
def status : String #

[View source]
def to_s(io) #

[View source]