-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconcepts.json
117 lines (117 loc) · 2.33 KB
/
concepts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[
{
"ident": "coap/client",
"path": "coap/client.md",
"title": "CoAP Client"
},
{
"ident": "coap",
"path": "coap/index.md",
"title": "CoAP"
},
{
"ident": "coap/message",
"path": "coap/message/index.md",
"title": "CoAP Message"
},
{
"ident": "coap/message/option/content-format",
"path": "coap/message/option/content-format.md",
"title": "CoAP Message Option - Content-Format"
},
{
"ident": "coap/message/option/etag",
"path": "coap/message/option/etag.md",
"title": "CoAP Message Option - E-Tag"
},
{
"ident": "coap/message/option",
"path": "coap/message/option/index.md",
"title": "CoAP Message Option"
},
{
"ident": "coap/message/status",
"path": "coap/message/status.md",
"title": "CoAP Message Code"
},
{
"ident": "coap/observe",
"path": "coap/observe.md",
"title": "CoAP Observe"
},
{
"ident": "coap/request",
"path": "coap/request.md",
"title": "CoAP Request"
},
{
"ident": "coap/response",
"path": "coap/response.md",
"title": "CoAP Response"
},
{
"ident": "coap/server",
"path": "coap/server.md",
"title": "CoAP Server"
},
{
"ident": "coap/usecase/iot",
"path": "coap/usecase/iot.md",
"title": "CoAP Usecase - IoT"
},
{
"ident": "coap/usecase/service",
"path": "coap/usecase/service.md",
"title": "CoAP Usecase - Service"
},
{
"ident": "coap/usecase/web",
"path": "coap/usecase/web.md",
"title": "CoAP Usecase - Web"
},
{
"ident": "http/headers",
"path": "http/headers.md",
"title": "HTTP Headers"
},
{
"ident": "http",
"path": "http/index.md",
"title": "HTTP"
},
{
"ident": "http/method",
"path": "http/method.md",
"title": "HTTP Method"
},
{
"ident": "http/status",
"path": "http/status.md",
"title": "HTTP Status Code"
},
{
"ident": "net/api",
"path": "net/api.md",
"title": "Network APIs"
},
{
"ident": "net/latency",
"path": "net/latency.md",
"title": "Network Latency"
},
{
"ident": "net/protocol",
"path": "net/protocol.md",
"title": "Network Protocol"
},
{
"ident": "rest",
"path": "rest/index.md",
"title": "REST"
},
{
"ident": "rest/resource",
"path": "rest/resource.md",
"title": "REST Resource"
}
]