module Orion::Controller::ResponseHelpers

Direct including types

Defined in:

orion/controller/response_helpers.cr

Instance Method Summary

Instance Method Detail

def content_type=(content_type) #

Set the content type of the response


[View source]
def response #

The HTTP:Response.


[View source]
def status=(status) #

Set the status of the response


[View source]
def status_code=(status_code) #

Set the status of the response


[View source]