Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
artanis
master
Artanis
Application
DSL
Logging
ClassMethods
Render
Response
Generated using Crystal 1.16.3
2026-03-19 19:20:51 UTC
class
Artanis::
Response
Artanis::Response
Reference
Object
Defined in:
response.cr
Constructors
.new
(original : HTTP::Server::Response)
Macro Summary
method_missing
(call)
Instance Method Summary
#body
#body=
(str : Nil | String)
#body?
: String?
#close
#flush
#reset
#write_body
Constructor Detail
def self.
new
(original : HTTP::Server::Response)
#
[
View source
]
Macro Detail
macro
method_missing
(call)
#
[
View source
]
Instance Method Detail
def
body
#
[
View source
]
def
body=
(str : Nil | String)
#
[
View source
]
def
body?
: String?
#
[
View source
]
def
close
#
[
View source
]
def
flush
#
[
View source
]
def
reset
#
[
View source
]
def
write_body
#
[
View source
]