@twin.org/web 0.0.3-next.22 → 0.0.3-next.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ Common http header types.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### ContentType
9
+ ### ContentType {#contenttype}
10
10
 
11
11
  > `readonly` **ContentType**: `"content-type"` = `"content-type"`
12
12
 
@@ -16,7 +16,7 @@ Content Type.
16
16
 
17
17
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
18
18
 
19
- ### ContentLanguage
19
+ ### ContentLanguage {#contentlanguage}
20
20
 
21
21
  > `readonly` **ContentLanguage**: `"content-language"` = `"content-language"`
22
22
 
@@ -26,7 +26,7 @@ Content Language.
26
26
 
27
27
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Language
28
28
 
29
- ### ContentLength
29
+ ### ContentLength {#contentlength}
30
30
 
31
31
  > `readonly` **ContentLength**: `"content-length"` = `"content-length"`
32
32
 
@@ -36,7 +36,7 @@ Content Length.
36
36
 
37
37
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Length
38
38
 
39
- ### ContentDisposition
39
+ ### ContentDisposition {#contentdisposition}
40
40
 
41
41
  > `readonly` **ContentDisposition**: `"content-disposition"` = `"content-disposition"`
42
42
 
@@ -46,7 +46,7 @@ Content Disposition.
46
46
 
47
47
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition
48
48
 
49
- ### ContentEncoding
49
+ ### ContentEncoding {#contentencoding}
50
50
 
51
51
  > `readonly` **ContentEncoding**: `"content-encoding"` = `"content-encoding"`
52
52
 
@@ -56,7 +56,7 @@ Content Encoding.
56
56
 
57
57
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding
58
58
 
59
- ### CacheControl
59
+ ### CacheControl {#cachecontrol}
60
60
 
61
61
  > `readonly` **CacheControl**: `"cache-control"` = `"cache-control"`
62
62
 
@@ -66,7 +66,7 @@ Cache Control.
66
66
 
67
67
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
68
68
 
69
- ### ETag
69
+ ### ETag {#etag}
70
70
 
71
71
  > `readonly` **ETag**: `"etag"` = `"etag"`
72
72
 
@@ -76,7 +76,7 @@ ETag.
76
76
 
77
77
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag
78
78
 
79
- ### IfNoneMatch
79
+ ### IfNoneMatch {#ifnonematch}
80
80
 
81
81
  > `readonly` **IfNoneMatch**: `"if-none-match"` = `"if-none-match"`
82
82
 
@@ -86,7 +86,7 @@ If-None-Match.
86
86
 
87
87
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-None-Match
88
88
 
89
- ### LastModified
89
+ ### LastModified {#lastmodified}
90
90
 
91
91
  > `readonly` **LastModified**: `"last-modified"` = `"last-modified"`
92
92
 
@@ -96,7 +96,7 @@ Last-Modified.
96
96
 
97
97
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified
98
98
 
99
- ### IfModifiedSince
99
+ ### IfModifiedSince {#ifmodifiedsince}
100
100
 
101
101
  > `readonly` **IfModifiedSince**: `"if-modified-since"` = `"if-modified-since"`
102
102
 
@@ -106,7 +106,7 @@ If-Modified-Since.
106
106
 
107
107
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Modified-Since
108
108
 
109
- ### Accept
109
+ ### Accept {#accept}
110
110
 
111
111
  > `readonly` **Accept**: `"accept"` = `"accept"`
112
112
 
@@ -116,7 +116,7 @@ Accept.
116
116
 
117
117
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept
118
118
 
119
- ### AcceptLanguage
119
+ ### AcceptLanguage {#acceptlanguage}
120
120
 
121
121
  > `readonly` **AcceptLanguage**: `"accept-language"` = `"accept-language"`
122
122
 
@@ -126,7 +126,7 @@ Accept-Language.
126
126
 
127
127
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept-Language
128
128
 
129
- ### AcceptEncoding
129
+ ### AcceptEncoding {#acceptencoding}
130
130
 
131
131
  > `readonly` **AcceptEncoding**: `"accept-encoding"` = `"accept-encoding"`
132
132
 
@@ -136,7 +136,7 @@ Accept-Encoding.
136
136
 
137
137
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept-Encoding
138
138
 
139
- ### Authorization
139
+ ### Authorization {#authorization}
140
140
 
141
141
  > `readonly` **Authorization**: `"authorization"` = `"authorization"`
142
142
 
@@ -146,7 +146,7 @@ Authorization.
146
146
 
147
147
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Authorization
148
148
 
149
- ### WwwAuthenticate
149
+ ### WwwAuthenticate {#wwwauthenticate}
150
150
 
151
151
  > `readonly` **WwwAuthenticate**: `"www-authenticate"` = `"www-authenticate"`
152
152
 
@@ -156,7 +156,7 @@ WWW-Authenticate.
156
156
 
157
157
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/WWW-Authenticate
158
158
 
159
- ### Cookie
159
+ ### Cookie {#cookie}
160
160
 
161
161
  > `readonly` **Cookie**: `"cookie"` = `"cookie"`
162
162
 
@@ -166,7 +166,7 @@ Cookie.
166
166
 
167
167
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cookie
168
168
 
169
- ### SetCookie
169
+ ### SetCookie {#setcookie}
170
170
 
171
171
  > `readonly` **SetCookie**: `"set-cookie"` = `"set-cookie"`
172
172
 
@@ -176,7 +176,7 @@ Set Cookie.
176
176
 
177
177
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie
178
178
 
179
- ### Location
179
+ ### Location {#location}
180
180
 
181
181
  > `readonly` **Location**: `"location"` = `"location"`
182
182
 
@@ -186,7 +186,7 @@ Location
186
186
 
187
187
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Location
188
188
 
189
- ### Origin
189
+ ### Origin {#origin}
190
190
 
191
191
  > `readonly` **Origin**: `"origin"` = `"origin"`
192
192
 
@@ -196,7 +196,7 @@ Origin.
196
196
 
197
197
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin
198
198
 
199
- ### Referer
199
+ ### Referer {#referer}
200
200
 
201
201
  > `readonly` **Referer**: `"referer"` = `"referer"`
202
202
 
@@ -206,7 +206,7 @@ Referer.
206
206
 
207
207
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer
208
208
 
209
- ### Link
209
+ ### Link {#link}
210
210
 
211
211
  > `readonly` **Link**: `"link"` = `"link"`
212
212
 
@@ -216,7 +216,7 @@ Link
216
216
 
217
217
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Link
218
218
 
219
- ### Vary
219
+ ### Vary {#vary}
220
220
 
221
221
  > `readonly` **Vary**: `"vary"` = `"vary"`
222
222
 
@@ -226,7 +226,7 @@ Vary.
226
226
 
227
227
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Vary
228
228
 
229
- ### AccessControlAllowOrigin
229
+ ### AccessControlAllowOrigin {#accesscontrolalloworigin}
230
230
 
231
231
  > `readonly` **AccessControlAllowOrigin**: `"access-control-allow-origin"` = `"access-control-allow-origin"`
232
232
 
@@ -236,7 +236,7 @@ Access-Control-Allow-Origin.
236
236
 
237
237
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
238
238
 
239
- ### AccessControlAllowMethods
239
+ ### AccessControlAllowMethods {#accesscontrolallowmethods}
240
240
 
241
241
  > `readonly` **AccessControlAllowMethods**: `"access-control-allow-methods"` = `"access-control-allow-methods"`
242
242
 
@@ -246,7 +246,7 @@ Access-Control-Allow-Methods.
246
246
 
247
247
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods
248
248
 
249
- ### AccessControlAllowHeaders
249
+ ### AccessControlAllowHeaders {#accesscontrolallowheaders}
250
250
 
251
251
  > `readonly` **AccessControlAllowHeaders**: `"access-control-allow-headers"` = `"access-control-allow-headers"`
252
252
 
@@ -256,7 +256,7 @@ Access-Control-Allow-Headers.
256
256
 
257
257
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers
258
258
 
259
- ### AccessControlExposeHeaders
259
+ ### AccessControlExposeHeaders {#accesscontrolexposeheaders}
260
260
 
261
261
  > `readonly` **AccessControlExposeHeaders**: `"access-control-expose-headers"` = `"access-control-expose-headers"`
262
262
 
@@ -266,7 +266,7 @@ Access-Control-Expose-Headers.
266
266
 
267
267
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers
268
268
 
269
- ### AccessControlMaxAge
269
+ ### AccessControlMaxAge {#accesscontrolmaxage}
270
270
 
271
271
  > `readonly` **AccessControlMaxAge**: `"access-control-max-age"` = `"access-control-max-age"`
272
272
 
@@ -276,7 +276,7 @@ Access-Control-Max-Age.
276
276
 
277
277
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age
278
278
 
279
- ### AccessControlAllowCredentials
279
+ ### AccessControlAllowCredentials {#accesscontrolallowcredentials}
280
280
 
281
281
  > `readonly` **AccessControlAllowCredentials**: `"access-control-allow-credentials"` = `"access-control-allow-credentials"`
282
282
 
@@ -286,7 +286,7 @@ Access-Control-Allow-Credentials.
286
286
 
287
287
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials
288
288
 
289
- ### Range
289
+ ### Range {#range}
290
290
 
291
291
  > `readonly` **Range**: `"range"` = `"range"`
292
292
 
@@ -296,7 +296,7 @@ Range.
296
296
 
297
297
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range
298
298
 
299
- ### AcceptRanges
299
+ ### AcceptRanges {#acceptranges}
300
300
 
301
301
  > `readonly` **AcceptRanges**: `"accept-ranges"` = `"accept-ranges"`
302
302
 
@@ -306,7 +306,7 @@ Accept-Ranges.
306
306
 
307
307
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Ranges
308
308
 
309
- ### ContentRange
309
+ ### ContentRange {#contentrange}
310
310
 
311
311
  > `readonly` **ContentRange**: `"content-range"` = `"content-range"`
312
312
 
@@ -316,7 +316,7 @@ Content-Range.
316
316
 
317
317
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Range
318
318
 
319
- ### UserAgent
319
+ ### UserAgent {#useragent}
320
320
 
321
321
  > `readonly` **UserAgent**: `"user-agent"` = `"user-agent"`
322
322
 
@@ -6,7 +6,7 @@ The names of the HTTP Methods.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### GET
9
+ ### GET {#get}
10
10
 
11
11
  > `readonly` **GET**: `"GET"` = `"GET"`
12
12
 
@@ -16,7 +16,7 @@ Retrieve a representation of the resource.
16
16
 
17
17
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET
18
18
 
19
- ### POST
19
+ ### POST {#post}
20
20
 
21
21
  > `readonly` **POST**: `"POST"` = `"POST"`
22
22
 
@@ -26,7 +26,7 @@ Submit an entity to the specified resource.
26
26
 
27
27
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST
28
28
 
29
- ### PUT
29
+ ### PUT {#put}
30
30
 
31
31
  > `readonly` **PUT**: `"PUT"` = `"PUT"`
32
32
 
@@ -36,7 +36,7 @@ Replace all current representations of the target resource.
36
36
 
37
37
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PUT
38
38
 
39
- ### PATCH
39
+ ### PATCH {#patch}
40
40
 
41
41
  > `readonly` **PATCH**: `"PATCH"` = `"PATCH"`
42
42
 
@@ -46,7 +46,7 @@ Apply partial modifications to a resource.
46
46
 
47
47
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH
48
48
 
49
- ### DELETE
49
+ ### DELETE {#delete}
50
50
 
51
51
  > `readonly` **DELETE**: `"DELETE"` = `"DELETE"`
52
52
 
@@ -56,7 +56,7 @@ Delete the specified resource.
56
56
 
57
57
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/DELETE
58
58
 
59
- ### OPTIONS
59
+ ### OPTIONS {#options}
60
60
 
61
61
  > `readonly` **OPTIONS**: `"OPTIONS"` = `"OPTIONS"`
62
62
 
@@ -66,7 +66,7 @@ Describe the communication options for the target resource.
66
66
 
67
67
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS
68
68
 
69
- ### HEAD
69
+ ### HEAD {#head}
70
70
 
71
71
  > `readonly` **HEAD**: `"HEAD"` = `"HEAD"`
72
72
 
@@ -76,7 +76,7 @@ Ask for a response identical to GET, but without the response body.
76
76
 
77
77
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
78
78
 
79
- ### CONNECT
79
+ ### CONNECT {#connect}
80
80
 
81
81
  > `readonly` **CONNECT**: `"CONNECT"` = `"CONNECT"`
82
82
 
@@ -86,7 +86,7 @@ Establish a tunnel to the server identified by the target resource.
86
86
 
87
87
  https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/CONNECT
88
88
 
89
- ### TRACE
89
+ ### TRACE {#trace}
90
90
 
91
91
  > `readonly` **TRACE**: `"TRACE"` = `"TRACE"`
92
92