-
Notifications
You must be signed in to change notification settings - Fork 29
/
concepts.xml
189 lines (189 loc) · 10.5 KB
/
concepts.xml
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concepts [
<!ELEMENT concepts (concept+) >
<!ATTLIST concepts
file-extension CDATA #REQUIRED >
<!ELEMENT concept (title-singular, title-plural, iana-registry) >
<!ATTLIST concept
id ID #REQUIRED >
<!ELEMENT title-singular (#PCDATA) >
<!ELEMENT title-plural (#PCDATA) >
<!ELEMENT iana-registry (#PCDATA) >
]>
<concepts file-extension="md">
<concept id="http-method">
<title-singular>HTTP Request Method</title-singular>
<title-plural>HTTP Request Methods</title-plural>
<iana-registry>http://www.iana.org/assignments/http-methods/http-methods.xhtml#methods</iana-registry>
</concept>
<concept id="http-header">
<title-singular>HTTP Header Field</title-singular>
<title-plural>HTTP Header Fields</title-plural>
<iana-registry>http://www.iana.org/assignments/message-headers/message-headers.xhtml</iana-registry>
</concept>
<concept id="http-status-code">
<title-singular>HTTP Status Code</title-singular>
<title-plural>HTTP Status Codes</title-plural>
<iana-registry>http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml</iana-registry>
</concept>
<concept id="http-warn-code">
<title-singular>HTTP Warn Code</title-singular>
<title-plural>HTTP Warn Codes</title-plural>
<iana-registry>https://www.iana.org/assignments/http-warn-codes/http-warn-codes.xhtml</iana-registry>
</concept>
<concept id="http-cache-directive">
<title-singular>HTTP Cache Directive</title-singular>
<title-plural>HTTP Cache Directives</title-plural>
<iana-registry>http://www.iana.org/assignments/http-cache-directives/http-cache-directives.xhtml</iana-registry>
</concept>
<concept id="link-relation">
<title-singular>Link Relation</title-singular>
<title-plural>Link Relations</title-plural>
<iana-registry>http://www.iana.org/assignments/link-relations/link-relations.xhtml</iana-registry>
</concept>
<concept id="media-type">
<title-singular>Media Type</title-singular>
<title-plural>Media Types</title-plural>
<iana-registry>http://www.iana.org/assignments/media-types/media-types.xhtml</iana-registry>
</concept>
<concept id="structured-syntax-suffix">
<title-singular>Structured Syntax Suffix</title-singular>
<title-plural>Structured Syntax Suffixes</title-plural>
<iana-registry>http://www.iana.org/assignments/media-type-structured-suffix/media-type-structured-suffix.xhtml</iana-registry>
</concept>
<concept id="http-content-coding">
<title-singular>HTTP Content Coding</title-singular>
<title-plural>HTTP Content Codings</title-plural>
<iana-registry>http://www.iana.org/assignments/http-parameters/http-parameters.xhtml#content-coding</iana-registry>
</concept>
<concept id="http-range-unit">
<title-singular>HTTP Range Unit</title-singular>
<title-plural>HTTP Range Units</title-plural>
<iana-registry>http://www.iana.org/assignments/http-parameters/http-parameters.xhtml#range-units</iana-registry>
</concept>
<concept id="well-known-uri">
<title-singular>Well-Known URI</title-singular>
<title-plural>Well-Known URIs</title-plural>
<iana-registry>http://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml</iana-registry>
</concept>
<concept id="http-preference">
<title-singular>HTTP Preference</title-singular>
<title-plural>HTTP Preferences</title-plural>
<iana-registry>http://www.iana.org/assignments/http-parameters/http-parameters.xhtml#preferences</iana-registry>
</concept>
<concept id="http-forwarded-parameter">
<title-singular>HTTP Forwarded Parameter</title-singular>
<title-plural>HTTP Forwarded Parameters</title-plural>
<iana-registry>http://www.iana.org/assignments/http-parameters/http-parameters.xhtml#forwarded</iana-registry>
</concept>
<concept id="http-transfer-coding">
<title-singular>HTTP Transfer Coding</title-singular>
<title-plural>HTTP Transfer Codings</title-plural>
<iana-registry>http://www.iana.org/assignments/http-parameters/http-parameters.xhtml#transfer-coding</iana-registry>
</concept>
<concept id="uri-scheme">
<title-singular>URI Scheme</title-singular>
<title-plural>URI Schemes</title-plural>
<iana-registry>http://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml</iana-registry>
</concept>
<concept id="jwt-claim">
<title-singular>JSON Web Token Claim</title-singular>
<title-plural>JSON Web Token Claims</title-plural>
<iana-registry>http://www.iana.org/assignments/jwt/jwt.xhtml#claims</iana-registry>
</concept>
<concept id="jwt-confirmation-method">
<title-singular>JWT Confirmation Method</title-singular>
<title-plural>JWT Confirmation Methods</title-plural>
<iana-registry>http://www.iana.org/assignments/jwt/jwt.xhtml#confirmation-methods</iana-registry>
</concept>
<concept id="urn-namespace">
<title-singular>URN Namespace</title-singular>
<title-plural>URN Namespaces</title-plural>
<iana-registry>http://www.iana.org/assignments/urn-namespaces/urn-namespaces.xhtml</iana-registry>
</concept>
<concept id="oauth-access-token-type">
<title-singular>OAuth Access Token Type</title-singular>
<title-plural>OAuth Access Token Types</title-plural>
<iana-registry>http://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#token-types</iana-registry>
</concept>
<concept id="oauth-authorization-endpoint-response-type">
<title-singular>OAuth Authorization Endpoint Response Type</title-singular>
<title-plural>OAuth Authorization Endpoint Response Types</title-plural>
<iana-registry>http://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#endpoint</iana-registry>
</concept>
<concept id="oauth-client-metadata">
<title-singular>OAuth Dynamic Client Registration Metadata</title-singular>
<title-plural>OAuth Dynamic Client Registration Metadata</title-plural>
<iana-registry>http://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#client-metadata</iana-registry>
</concept>
<concept id="oauth-extension-error">
<title-singular>OAuth Extensions Error</title-singular>
<title-plural>OAuth Extensions Errors</title-plural>
<iana-registry>http://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#extensions-error</iana-registry>
</concept>
<concept id="oauth-parameter">
<title-singular>OAuth Parameter</title-singular>
<title-plural>OAuth Parameters</title-plural>
<iana-registry>http://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#parameters</iana-registry>
</concept>
<concept id="oauth-token-endpoint-auth-method">
<title-singular>OAuth Token Endpoint Authentication Method</title-singular>
<title-plural>OAuth Token Endpoint Authentication Methods</title-plural>
<iana-registry>http://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#token-endpoint-auth-method</iana-registry>
</concept>
<concept id="oauth-token-introspection-response">
<title-singular>OAuth Token Introspection Response</title-singular>
<title-plural>OAuth Token Introspection Responses</title-plural>
<iana-registry>http://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#token-introspection-response</iana-registry>
</concept>
<concept id="oauth-token-type-hint">
<title-singular>OAuth Token Type Hint</title-singular>
<title-plural>OAuth Token Type Hints</title-plural>
<iana-registry>http://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#token-type-hint</iana-registry>
</concept>
<concept id="oauth-uri">
<title-singular>OAuth URI</title-singular>
<title-plural>OAuth URIs</title-plural>
<iana-registry>http://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#uri</iana-registry>
</concept>
<concept id="pkce-code-challenge-method">
<title-singular>PKCE Code Challenge Method</title-singular>
<title-plural>PKCE Code Challenge Methods</title-plural>
<iana-registry>http://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#pkce-code-challenge-method</iana-registry>
</concept>
<concept id="http-authentication-scheme">
<title-singular>HTTP Authentication Scheme</title-singular>
<title-plural>HTTP Authentication Schemes</title-plural>
<iana-registry>http://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml#authschemes</iana-registry>
</concept>
<concept id="profile-uri">
<title-singular>Profile URI</title-singular>
<title-plural>Profile URIs</title-plural>
<iana-registry>https://www.iana.org/assignments/profile-uris/profile-uris.xhtml#profile</iana-registry>
</concept>
<concept id="xml-ns">
<title-singular>XML Namespace</title-singular>
<title-plural>XML Namespaces</title-plural>
<iana-registry>https://www.iana.org/assignments/xml-registry/xml-registry.xhtml#ns</iana-registry>
</concept>
<concept id="xml-schema">
<title-singular>XML Schema</title-singular>
<title-plural>XML Schemas</title-plural>
<iana-registry>https://www.iana.org/assignments/xml-registry/xml-registry.xhtml#schema</iana-registry>
</concept>
<concept id="http2-frame-type">
<title-singular>HTTP/2 Frame Type</title-singular>
<title-plural>HTTP/2 Frame Types</title-plural>
<iana-registry>https://www.iana.org/assignments/http2-parameters/http2-parameters.xhtml#frame-type</iana-registry>
</concept>
<concept id="http-dig-alg">
<title-singular>HTTP Digest Algorithm Value</title-singular>
<title-plural>HTTP Digest Algorithm Values</title-plural>
<iana-registry>https://www.iana.org/assignments/http-dig-alg/http-dig-alg.xhtml#http-dig-alg-1</iana-registry>
</concept>
<concept id="http-hash-alg">
<title-singular>Hash Algorithm for HTTP Digest Authentication</title-singular>
<title-plural>Hash Algorithms for HTTP Digest Authentication</title-plural>
<iana-registry>https://www.iana.org/assignments/http-dig-alg/http-dig-alg.xhtml#hash-alg</iana-registry>
</concept>
</concepts>