module CoAP

Defined in:

coap.cr
coap/option.cr

Constant Summary

CONTENT_FORMAT = {} of String => UInt16
Log = ::Log.for("coap")
LOOKUP_FORMAT = {} of UInt16 => String

Class Method Summary

Class Method Detail

def self.register_format(name : String, number : UInt16) #

[View source]