enum CoAP::Options

Overview

https://tools.ietf.org/html/rfc7252#section-5.10

Defined in:

coap.cr

Enum Members

If_Match = 1
Uri_Host = 3
ETag = 4
If_None_Match = 5
Observe = 6

https://tools.ietf.org/html/rfc7641

Uri_Port = 7
Location_Path = 8
Uri_Path = 11
Content_Format = 12
Max_Age = 14
Uri_Query = 15
Accept = 17
Location_Query = 20
Block2 = 23

https://tools.ietf.org/html/rfc7959#section-1

Block1 = 27
Proxy_Uri = 35
Proxy_Scheme = 39
Size1 = 60

Instance Method Summary

Instance Method Detail

def accept? #

[View source]
def block1? #

[View source]
def block2? #

[View source]
def content_format? #

[View source]
def e_tag? #

[View source]
def if_match? #

[View source]
def if_none_match? #

[View source]
def location_path? #

[View source]
def location_query? #

[View source]
def max_age? #

[View source]
def observe? #

[View source]
def proxy_scheme? #

[View source]
def proxy_uri? #

[View source]
def size1? #

[View source]
def uri_host? #

[View source]
def uri_path? #

[View source]
def uri_port? #

[View source]
def uri_query? #

[View source]