class Doppel::Response

Defined in:

doppel/interceptor.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 #

[View source]
def body=(body : String) #

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

[View source]
def headers=(headers : HTTP::Headers) #

[View source]
def status_code : Int32 #

[View source]
def status_code=(status_code : Int32) #

[View source]