class Flow::Response

Defined in:

flow/response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(body : JSON::Any, status : HTTP::Status) #

[View source]
def self.new #

[View source]

Instance Method Detail

def body : JSON::Any #

[View source]
def body=(body : JSON::Any) #

[View source]
def status : HTTP::Status #

[View source]
def status=(status : HTTP::Status) #

[View source]