struct Dwarf::Strategies::Response

Defined in:

dwarf/strategies/base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status_code : Int32, headers : HTTP::Headers, body : String) #

[View source]

Instance Method Detail

def body : String #

def clone #

[View source]
def copy_with(status_code _status_code = @status_code, headers _headers = @headers, body _body = @body) #

[View source]
def headers : HTTP::Headers #

def status_code : Int32 #