Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cloud_events
main
CloudEvents
ContentType
Decoder
JSON
Encoder
JSON
Error
Event
V1
EventData
FormatSyntaxError
HTTPBinding
NotCloudEventError
SpecVersionError
UnsupportedFormatError
Generated using Crystal 1.14.0
2024-11-26 08:19:38 UTC
struct
CloudEvents::
ContentType
CloudEvents::ContentType
Struct
Value
Object
Defined in:
event.cr
Constructors
.new
(type : String, charset : String =
"us-ascii"
)
Instance Method Summary
#charset
: String
#type
: String
Constructor Detail
def self.
new
(type : String, charset : String =
"us-ascii"
)
#
[
View source
]
Instance Method Detail
def
charset
: String
#
[
View source
]
def
type
: String
#
[
View source
]