Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xssmaze
v0.2.0
Top Level Namespace
EventHandlerHelper
Filters
Maze
Xssmaze
Assets
Catalog
Entry
SecurityHeaders
Server
Generated using Crystal 1.16.3
2026-06-14 01:52:48 UTC
struct
Xssmaze::
Catalog::
Entry
Xssmaze::Catalog::Entry
Struct
Value
Object
Defined in:
catalog.cr
Constructors
.new
(body : String, content_type : String, max_age : Int32 =
60
)
Instance Method Summary
#body
: String
#content_type
: String
#etag
: String
#gz
: Bytes
#max_age
: Int32
Constructor Detail
def self.
new
(body : String, content_type : String, max_age : Int32 =
60
)
#
[
View source
]
Instance Method Detail
def
body
: String
#
[
View source
]
def
content_type
: String
#
[
View source
]
def
etag
: String
#
[
View source
]
def
gz
: Bytes
#
[
View source
]
def
max_age
: Int32
#
[
View source
]