Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
artanis
master
Artanis
Application
DSL
Logging
ClassMethods
Render
Response
Built with Crystal 1.9.2
2023-10-08 10:15:23 UTC
class
Artanis::Response
Artanis::Response
Reference
Object
Defined in:
response.cr
Constructors
.new
(original : HTTP::Server::Response)
Instance Method Summary
#body
#body=
(str : Nil | String)
#body?
: String?
#close
#flush
#reset
#write_body
Macro Summary
method_missing
(call)
Constructor Detail
def self.
new
(original : HTTP::Server::Response)
#
[
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
]
Macro Detail
macro
method_missing
(call)
#
[
View source
]