struct CloudEvents::HTTPBinding
- CloudEvents::HTTPBinding
- Struct
- Value
- Object
Defined in:
http_binding.crConstructors
Class Method Summary
Instance Method Summary
- #decode_event(context : HTTP::Server::Context, allow_opaque : Bool = false)
- #decode_event(request, allow_opaque : Bool = false)
- #encode_event(uri : URI, event : Event)
- #initialize
- #percent_decode(input)
- #percent_encode(str)
- #register_decoder(name, type : Decoder.class) : self
- #register_encoder(name, type : Encoder.class) : self
- #register_type(name, type : EventData.class) : self