Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xssmaze
v0.3.0
Top Level Namespace
EventHandlerHelper
Filters
Maze
WafFacade
Xssmaze
Assets
Banner
Catalog
Entry
CLI
Options
RequestLog
SecurityHeaders
Server
UI
Generated using Crystal 1.16.3
2026-08-02 07:55:57 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
]