@zthun/webigail-web 3.1.2 → 3.2.0
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.
- package/LICENSE +13 -14
- package/dist/assets/hierarchy.js +1 -0
- package/dist/assets/icons.js +1 -1
- package/dist/assets/icons.svg +1 -1
- package/dist/assets/main.js +5 -5
- package/dist/assets/navigation.js +1 -1
- package/dist/assets/search.js +1 -1
- package/dist/assets/style.css +1405 -1288
- package/dist/classes/{_zthun_webigail_http.ZHttpRequestBuilder.html → _zthun_webigail-http.ZHttpRequestBuilder.html} +45 -46
- package/dist/classes/_zthun_webigail-http.ZHttpResultBuilder.html +20 -0
- package/dist/classes/_zthun_webigail-http.ZHttpService.html +6 -0
- package/dist/classes/_zthun_webigail-http.ZHttpServiceMock.html +14 -0
- package/dist/classes/_zthun_webigail-nest.ZHttpModule.html +3 -0
- package/dist/classes/_zthun_webigail-rest.ZRestfulService.html +55 -0
- package/dist/classes/_zthun_webigail-rest.ZRestfulUrlBuilder.html +17 -0
- package/dist/classes/{_zthun_webigail_url.ZDataUrlBuilder.html → _zthun_webigail-url.ZDataUrlBuilder.html} +19 -20
- package/dist/classes/{_zthun_webigail_url.ZUrlBuilder.html → _zthun_webigail-url.ZUrlBuilder.html} +74 -75
- package/dist/enums/{_zthun_webigail_http.ZHttpCodeCategory.html → _zthun_webigail-http.ZHttpCodeCategory.html} +12 -13
- package/dist/enums/{_zthun_webigail_http.ZHttpCodeClient.html → _zthun_webigail-http.ZHttpCodeClient.html} +59 -60
- package/dist/enums/{_zthun_webigail_http.ZHttpCodeInformationalResponse.html → _zthun_webigail-http.ZHttpCodeInformationalResponse.html} +10 -11
- package/dist/enums/{_zthun_webigail_http.ZHttpCodeRedirection.html → _zthun_webigail-http.ZHttpCodeRedirection.html} +20 -21
- package/dist/enums/{_zthun_webigail_http.ZHttpCodeServer.html → _zthun_webigail-http.ZHttpCodeServer.html} +24 -25
- package/dist/enums/{_zthun_webigail_http.ZHttpCodeSeverity.html → _zthun_webigail-http.ZHttpCodeSeverity.html} +10 -11
- package/dist/enums/{_zthun_webigail_http.ZHttpCodeSuccess.html → _zthun_webigail-http.ZHttpCodeSuccess.html} +22 -23
- package/dist/enums/{_zthun_webigail_http.ZHttpMethod.html → _zthun_webigail-http.ZHttpMethod.html} +16 -17
- package/dist/enums/{_zthun_webigail_url.ZMimeTypeApplication.html → _zthun_webigail-url.ZMimeTypeApplication.html} +8 -9
- package/dist/enums/{_zthun_webigail_url.ZMimeTypeImage.html → _zthun_webigail-url.ZMimeTypeImage.html} +16 -17
- package/dist/enums/{_zthun_webigail_url.ZMimeTypeText.html → _zthun_webigail-url.ZMimeTypeText.html} +16 -17
- package/dist/enums/{_zthun_webigail_url.ZYouTubeApi.html → _zthun_webigail-url.ZYouTubeApi.html} +6 -7
- package/dist/functions/_zthun_webigail-http.fromContentType.html +4 -0
- package/dist/functions/_zthun_webigail-http.getHttpCodeCategory.html +4 -0
- package/dist/functions/_zthun_webigail-http.getHttpCodeDescription.html +4 -0
- package/dist/functions/_zthun_webigail-http.getHttpCodeName.html +4 -0
- package/dist/functions/_zthun_webigail-http.getHttpCodeSeverity.html +4 -0
- package/dist/functions/_zthun_webigail-http.isBodyInit.html +6 -0
- package/dist/functions/_zthun_webigail-http.toBodyInit.html +8 -0
- package/dist/hierarchy.html +1 -2
- package/dist/index.html +4 -5
- package/dist/interfaces/{_zthun_webigail_http.IZHttpRequest.html → _zthun_webigail-http.IZHttpRequest.html} +12 -13
- package/dist/interfaces/{_zthun_webigail_http.IZHttpResult.html → _zthun_webigail-http.IZHttpResult.html} +8 -9
- package/dist/interfaces/_zthun_webigail-http.IZHttpService.html +8 -0
- package/dist/interfaces/_zthun_webigail-rest.IZRestfulCreate.html +8 -0
- package/dist/interfaces/_zthun_webigail-rest.IZRestfulDelete.html +6 -0
- package/dist/interfaces/_zthun_webigail-rest.IZRestfulGet.html +8 -0
- package/dist/interfaces/_zthun_webigail-rest.IZRestfulService.html +42 -0
- package/dist/interfaces/_zthun_webigail-rest.IZRestfulUpdate.html +9 -0
- package/dist/interfaces/_zthun_webigail-rest.IZRestfulUpsert.html +11 -0
- package/dist/interfaces/{_zthun_webigail_url.IZDataUrlInfo.html → _zthun_webigail-url.IZDataUrlInfo.html} +7 -8
- package/dist/interfaces/{_zthun_webigail_url.IZUrlInfo.html → _zthun_webigail-url.IZUrlInfo.html} +17 -18
- package/dist/modules/_zthun_webigail-http.html +22 -0
- package/dist/modules/_zthun_webigail-nest.html +13 -0
- package/dist/modules/_zthun_webigail-rest.html +11 -0
- package/dist/modules/_zthun_webigail-url.html +20 -0
- package/dist/modules.html +1 -2
- package/dist/types/_zthun_webigail-http.ZHttpCode.html +2 -0
- package/dist/types/_zthun_webigail-url.ZMimeType.html +2 -0
- package/dist/variables/_zthun_webigail-http.ZHttpCodeClientDescriptions.html +2 -0
- package/dist/variables/_zthun_webigail-http.ZHttpCodeClientNames.html +2 -0
- package/dist/variables/_zthun_webigail-http.ZHttpCodeInformationalResponseDescriptions.html +2 -0
- package/dist/variables/_zthun_webigail-http.ZHttpCodeInformationalResponseNames.html +2 -0
- package/dist/variables/_zthun_webigail-http.ZHttpCodeRedirectionDescriptions.html +2 -0
- package/dist/variables/_zthun_webigail-http.ZHttpCodeRedirectionNames.html +2 -0
- package/dist/variables/_zthun_webigail-http.ZHttpCodeServerDescriptions.html +2 -0
- package/dist/variables/_zthun_webigail-http.ZHttpCodeServerNames.html +2 -0
- package/dist/variables/_zthun_webigail-http.ZHttpCodeSuccessDescriptions.html +2 -0
- package/dist/variables/_zthun_webigail-http.ZHttpCodeSuccessNames.html +2 -0
- package/dist/variables/_zthun_webigail-nest.ZHttpServiceToken.html +2 -0
- package/dist/variables/_zthun_webigail-url.ZSupportedMimeTypes.html +2 -0
- package/package.json +8 -11
- package/dist/classes/_zthun_webigail_http.ZHttpResultBuilder.html +0 -21
- package/dist/classes/_zthun_webigail_http.ZHttpService.html +0 -7
- package/dist/classes/_zthun_webigail_http.ZHttpServiceMock.html +0 -15
- package/dist/classes/_zthun_webigail_nest.ZHttpModule.html +0 -4
- package/dist/classes/_zthun_webigail_rest.ZRestfulService.html +0 -56
- package/dist/functions/_zthun_webigail_http.fromContentType.html +0 -5
- package/dist/functions/_zthun_webigail_http.getHttpCodeCategory.html +0 -5
- package/dist/functions/_zthun_webigail_http.getHttpCodeDescription.html +0 -5
- package/dist/functions/_zthun_webigail_http.getHttpCodeName.html +0 -5
- package/dist/functions/_zthun_webigail_http.getHttpCodeSeverity.html +0 -5
- package/dist/functions/_zthun_webigail_http.isBodyInit.html +0 -7
- package/dist/functions/_zthun_webigail_http.toBodyInit.html +0 -9
- package/dist/interfaces/_zthun_webigail_http.IZHttpService.html +0 -9
- package/dist/interfaces/_zthun_webigail_rest.IZRestfulCreate.html +0 -9
- package/dist/interfaces/_zthun_webigail_rest.IZRestfulDelete.html +0 -7
- package/dist/interfaces/_zthun_webigail_rest.IZRestfulGet.html +0 -9
- package/dist/interfaces/_zthun_webigail_rest.IZRestfulService.html +0 -43
- package/dist/interfaces/_zthun_webigail_rest.IZRestfulUpdate.html +0 -10
- package/dist/interfaces/_zthun_webigail_rest.IZRestfulUpsert.html +0 -12
- package/dist/modules/_zthun_webigail_http.html +0 -56
- package/dist/modules/_zthun_webigail_nest.html +0 -16
- package/dist/modules/_zthun_webigail_rest.html +0 -19
- package/dist/modules/_zthun_webigail_url.html +0 -31
- package/dist/types/_zthun_webigail_http.ZHttpCode.html +0 -3
- package/dist/types/_zthun_webigail_url.ZMimeType.html +0 -3
- package/dist/variables/_zthun_webigail_http.ZHttpCodeClientDescriptions.html +0 -3
- package/dist/variables/_zthun_webigail_http.ZHttpCodeClientNames.html +0 -3
- package/dist/variables/_zthun_webigail_http.ZHttpCodeInformationalResponseDescriptions.html +0 -3
- package/dist/variables/_zthun_webigail_http.ZHttpCodeInformationalResponseNames.html +0 -3
- package/dist/variables/_zthun_webigail_http.ZHttpCodeRedirectionDescriptions.html +0 -3
- package/dist/variables/_zthun_webigail_http.ZHttpCodeRedirectionNames.html +0 -3
- package/dist/variables/_zthun_webigail_http.ZHttpCodeServerDescriptions.html +0 -3
- package/dist/variables/_zthun_webigail_http.ZHttpCodeServerNames.html +0 -3
- package/dist/variables/_zthun_webigail_http.ZHttpCodeSuccessDescriptions.html +0 -3
- package/dist/variables/_zthun_webigail_http.ZHttpCodeSuccessNames.html +0 -3
- package/dist/variables/_zthun_webigail_nest.ZHttpServiceToken.html +0 -3
- package/dist/variables/_zthun_webigail_url.ZSupportedMimeTypes.html +0 -3
- /package/dist/{webigail.svg → assets/favicon.svg} +0 -0
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZHttpCodeInformationalResponse | Webigail</title><meta name="description" content="Documentation for Webigail"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><
|
|
2
|
-
</head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_http.html">@zthun/webigail-http</a></li><li><a href="_zthun_webigail_http.ZHttpCodeInformationalResponse.html">ZHttpCodeInformationalResponse</a></li></ul><h1>Enumeration ZHttpCodeInformationalResponse</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>An informational response indicates that the request was received and understood.</p>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZHttpCodeInformationalResponse | Webigail</title><link rel="icon" href="../assets/favicon.svg" type="image/svg+xml"/><meta name="description" content="Documentation for Webigail"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Webigail</a></li><li><a href="../modules/_zthun_webigail-http.html">@zthun/webigail-http</a></li><li><a href="_zthun_webigail-http.ZHttpCodeInformationalResponse.html">ZHttpCodeInformationalResponse</a></li></ul><h1>Enumeration ZHttpCodeInformationalResponse</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>An informational response indicates that the request was received and understood.</p>
|
|
3
2
|
<p>It is issued on a provisional basis while request processing continues. It alerts the
|
|
4
3
|
client to wait for a final response. The message consists only of the status line and
|
|
5
4
|
optional header fields, and is terminated by an empty line. As the HTTP/1.0 standard
|
|
6
5
|
did not define any 1xx status codes, servers must not[note 1] send a 1xx response to
|
|
7
6
|
an HTTP/1.0 compliant client except under experimental conditions.[4]</p>
|
|
8
|
-
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
9
|
-
<a href="
|
|
10
|
-
<a href="
|
|
11
|
-
<a href="
|
|
12
|
-
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="
|
|
7
|
+
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-informational-response.mts#L10">result/http-code-informational-response.mts:10</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail-http.ZHttpCodeInformationalResponse.html#continue" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Continue</span></a>
|
|
8
|
+
<a href="_zthun_webigail-http.ZHttpCodeInformationalResponse.html#earlyhints" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Early<wbr/>Hints</span></a>
|
|
9
|
+
<a href="_zthun_webigail-http.ZHttpCodeInformationalResponse.html#processing" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Processing</span></a>
|
|
10
|
+
<a href="_zthun_webigail-http.ZHttpCodeInformationalResponse.html#switchingprotocols" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Switching<wbr/>Protocols</span></a>
|
|
11
|
+
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="continue" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Continue</span><a href="#continue" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Continue</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">100</span></div><div class="tsd-comment tsd-typography"><p>The server has received the request headers and the client should proceed to send the
|
|
13
12
|
request body (in the case of a request for which a body needs to be sent; for example, a
|
|
14
13
|
POST request).</p>
|
|
15
14
|
<p>Sending a large request body to a server after a request has been rejected
|
|
@@ -19,9 +18,9 @@ code in response before sending the body. If the client receives an error code s
|
|
|
19
18
|
(Method Not Allowed) then it shouldn't send the request's body. The response 417 Expectation Failed indicates
|
|
20
19
|
that the request should be repeated without the Expect header as it indicates that the server doesn't support
|
|
21
20
|
expectations (this is the case, for example, of HTTP/1.0 servers).</p>
|
|
22
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
23
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
21
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-informational-response.mts#L24">result/http-code-informational-response.mts:24</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="earlyhints" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Early<wbr/>Hints</span><a href="#earlyhints" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">EarlyHints</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">103</span></div><div class="tsd-comment tsd-typography"><p>Used to return some response headers before final HTTP message.</p>
|
|
22
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-informational-response.mts#L38">result/http-code-informational-response.mts:38</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="processing" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Processing</span><a href="#processing" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Processing</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">102</span></div><div class="tsd-comment tsd-typography"><p>A WebDAV request may contain many sub-requests involving file operations, requiring a long time to
|
|
24
23
|
complete the request. This code indicates that the server has received and is processing the request,
|
|
25
24
|
but no response is available yet. This prevents the client from timing out and assuming the request was lost.</p>
|
|
26
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
27
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
25
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-informational-response.mts#L34">result/http-code-informational-response.mts:34</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="switchingprotocols" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Switching<wbr/>Protocols</span><a href="#switchingprotocols" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SwitchingProtocols</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">101</span></div><div class="tsd-comment tsd-typography"><p>The requester has asked the server to switch protocols and the server has agreed to do so.</p>
|
|
26
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-informational-response.mts#L28">result/http-code-informational-response.mts:28</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#continue" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Continue</span></a><a href="#earlyhints" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Early<wbr/>Hints</span></a><a href="#processing" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Processing</span></a><a href="#switchingprotocols" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Switching<wbr/>Protocols</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Webigail</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
|
@@ -1,46 +1,45 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZHttpCodeRedirection | Webigail</title><meta name="description" content="Documentation for Webigail"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><
|
|
2
|
-
</head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_http.html">@zthun/webigail-http</a></li><li><a href="_zthun_webigail_http.ZHttpCodeRedirection.html">ZHttpCodeRedirection</a></li></ul><h1>Enumeration ZHttpCodeRedirection</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>This class of status code indicates the client must take additional action to complete the request.</p>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZHttpCodeRedirection | Webigail</title><link rel="icon" href="../assets/favicon.svg" type="image/svg+xml"/><meta name="description" content="Documentation for Webigail"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Webigail</a></li><li><a href="../modules/_zthun_webigail-http.html">@zthun/webigail-http</a></li><li><a href="_zthun_webigail-http.ZHttpCodeRedirection.html">ZHttpCodeRedirection</a></li></ul><h1>Enumeration ZHttpCodeRedirection</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>This class of status code indicates the client must take additional action to complete the request.</p>
|
|
3
2
|
<p>Many of these status codes are used in URL redirection. A user agent may carry out the additional
|
|
4
3
|
action with no user interaction only if the method used in the second request is GET or HEAD.
|
|
5
4
|
A user agent may automatically redirect a request. A user agent should detect and intervene
|
|
6
5
|
to prevent cyclical redirects.</p>
|
|
7
|
-
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
8
|
-
<a href="
|
|
9
|
-
<a href="
|
|
10
|
-
<a href="
|
|
11
|
-
<a href="
|
|
12
|
-
<a href="
|
|
13
|
-
<a href="
|
|
14
|
-
<a href="
|
|
15
|
-
<a href="
|
|
16
|
-
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="
|
|
6
|
+
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-redirection.mts#L9">result/http-code-redirection.mts:9</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail-http.ZHttpCodeRedirection.html#found" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Found</span></a>
|
|
7
|
+
<a href="_zthun_webigail-http.ZHttpCodeRedirection.html#movedpermanently" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Moved<wbr/>Permanently</span></a>
|
|
8
|
+
<a href="_zthun_webigail-http.ZHttpCodeRedirection.html#multiplechoices" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Multiple<wbr/>Choices</span></a>
|
|
9
|
+
<a href="_zthun_webigail-http.ZHttpCodeRedirection.html#notmodified" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Not<wbr/>Modified</span></a>
|
|
10
|
+
<a href="_zthun_webigail-http.ZHttpCodeRedirection.html#permanentredirect" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Permanent<wbr/>Redirect</span></a>
|
|
11
|
+
<a href="_zthun_webigail-http.ZHttpCodeRedirection.html#seeother" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>See<wbr/>Other</span></a>
|
|
12
|
+
<a href="_zthun_webigail-http.ZHttpCodeRedirection.html#switchproxy" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Switch<wbr/>Proxy</span></a>
|
|
13
|
+
<a href="_zthun_webigail-http.ZHttpCodeRedirection.html#temporaryredirect" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Temporary<wbr/>Redirect</span></a>
|
|
14
|
+
<a href="_zthun_webigail-http.ZHttpCodeRedirection.html#useproxy" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Use<wbr/>Proxy</span></a>
|
|
15
|
+
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="found" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Found</span><a href="#found" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">Found</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">302</span></div><div class="tsd-comment tsd-typography"><p>Tells the client to look at (browse to) another url. 302 has been superseded by 303 and 307.
|
|
17
16
|
This is an example of industry practice contradicting the standard. The HTTP/1.0 specification (RFC 1945)
|
|
18
17
|
required the client to perform a temporary redirect (the original describing phrase was "Moved Temporarily"),
|
|
19
18
|
[22] but popular browsers implemented 302 with the functionality of a 303 See Other. Therefore, HTTP/1.1
|
|
20
19
|
added status codes 303 and 307 to distinguish between the two behaviors.[23] However, some Web applications
|
|
21
20
|
and frameworks use the 302 status code as if it were the 303.</p>
|
|
22
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
23
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
21
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-redirection.mts#L30">result/http-code-redirection.mts:30</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="movedpermanently" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Moved<wbr/>Permanently</span><a href="#movedpermanently" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MovedPermanently</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">301</span></div><div class="tsd-comment tsd-typography"><p>This and all future requests should be directed to the given URI.</p>
|
|
22
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-redirection.mts#L21">result/http-code-redirection.mts:21</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="multiplechoices" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Multiple<wbr/>Choices</span><a href="#multiplechoices" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">MultipleChoices</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">300</span></div><div class="tsd-comment tsd-typography"><p>Indicates multiple options for the resource from which the client may choose
|
|
24
23
|
(via agent-driven content negotiation).</p>
|
|
25
24
|
<p>For example, this code could be used to present multiple video format options, to
|
|
26
25
|
list files with different filename extensions, or to suggest word-sense disambiguation.</p>
|
|
27
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
26
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-redirection.mts#L17">result/http-code-redirection.mts:17</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="notmodified" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Not<wbr/>Modified</span><a href="#notmodified" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NotModified</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">304</span></div><div class="tsd-comment tsd-typography"><p>Indicates that the resource has not been modified since the version specified by the request headers
|
|
28
27
|
If-Modified-Since or If-None-Match. In such case, there is no need to retransmit the resource since
|
|
29
28
|
the client still has a previously-downloaded copy.</p>
|
|
30
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
29
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-redirection.mts#L44">result/http-code-redirection.mts:44</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="permanentredirect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Permanent<wbr/>Redirect</span><a href="#permanentredirect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">PermanentRedirect</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">308</span></div><div class="tsd-comment tsd-typography"><p>The request and all future requests should be repeated using another URI.</p>
|
|
31
30
|
<p>307 and 308 parallel the behaviors of 302 and 301, but do not allow the HTTP method to change.
|
|
32
31
|
So, for example, submitting a form to a permanently redirected resource may continue smoothly.</p>
|
|
33
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
32
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-redirection.mts#L71">result/http-code-redirection.mts:71</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="seeother" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>See<wbr/>Other</span><a href="#seeother" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SeeOther</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">303</span></div><div class="tsd-comment tsd-typography"><p>The response to the request can be found under another URI using the GET method.</p>
|
|
34
33
|
<p>When received in response to a POST (or PUT/DELETE), the client should presume
|
|
35
34
|
that the server has received the data and should issue a new GET request to
|
|
36
35
|
the given URI.</p>
|
|
37
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
38
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
36
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-redirection.mts#L38">result/http-code-redirection.mts:38</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="switchproxy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Switch<wbr/>Proxy</span><a href="#switchproxy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">SwitchProxy</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">306</span></div><div class="tsd-comment tsd-typography"><p>No longer used. Originally meant "Subsequent requests should use the specified proxy.</p>
|
|
37
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-redirection.mts#L55">result/http-code-redirection.mts:55</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="temporaryredirect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Temporary<wbr/>Redirect</span><a href="#temporaryredirect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">TemporaryRedirect</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">307</span></div><div class="tsd-comment tsd-typography"><p>In this case, the request should be repeated with another URI; however, future requests
|
|
39
38
|
should still use the original URI.</p>
|
|
40
39
|
<p>In contrast to how 302 was historically implemented, the request method is not allowed to be
|
|
41
40
|
changed when reissuing the original request. For example, a POST request should be repeated using
|
|
42
41
|
another POST request.</p>
|
|
43
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
42
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-redirection.mts#L64">result/http-code-redirection.mts:64</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="useproxy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Use<wbr/>Proxy</span><a href="#useproxy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">UseProxy</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">305</span></div><div class="tsd-comment tsd-typography"><p>The requested resource is available only through a proxy, the address for which is provided in the response.</p>
|
|
44
43
|
<p>Many HTTP clients (such as Mozilla[27] and Internet Explorer) do not correctly handle responses with
|
|
45
44
|
this status code, primarily for security reasons.</p>
|
|
46
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
45
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-redirection.mts#L51">result/http-code-redirection.mts:51</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#found" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Found</span></a><a href="#movedpermanently" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Moved<wbr/>Permanently</span></a><a href="#multiplechoices" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Multiple<wbr/>Choices</span></a><a href="#notmodified" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Not<wbr/>Modified</span></a><a href="#permanentredirect" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Permanent<wbr/>Redirect</span></a><a href="#seeother" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>See<wbr/>Other</span></a><a href="#switchproxy" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Switch<wbr/>Proxy</span></a><a href="#temporaryredirect" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Temporary<wbr/>Redirect</span></a><a href="#useproxy" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Use<wbr/>Proxy</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Webigail</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZHttpCodeServer | Webigail</title><meta name="description" content="Documentation for Webigail"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><
|
|
2
|
-
</head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Webigail</a></li><li><a href="../modules/_zthun_webigail_http.html">@zthun/webigail-http</a></li><li><a href="_zthun_webigail_http.ZHttpCodeServer.html">ZHttpCodeServer</a></li></ul><h1>Enumeration ZHttpCodeServer</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>The server failed to fulfil a request.</p>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZHttpCodeServer | Webigail</title><link rel="icon" href="../assets/favicon.svg" type="image/svg+xml"/><meta name="description" content="Documentation for Webigail"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Webigail</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Webigail</a></li><li><a href="../modules/_zthun_webigail-http.html">@zthun/webigail-http</a></li><li><a href="_zthun_webigail-http.ZHttpCodeServer.html">ZHttpCodeServer</a></li></ul><h1>Enumeration ZHttpCodeServer</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>The server failed to fulfil a request.</p>
|
|
3
2
|
<p>Response status codes beginning with the digit "5" indicate
|
|
4
3
|
cases in which the server is aware that it has encountered an
|
|
5
4
|
error or is otherwise incapable of performing the request. Except
|
|
@@ -8,33 +7,33 @@ containing an explanation of the error situation, and indicate whether it
|
|
|
8
7
|
is a temporary or permanent condition. Likewise, user agents should
|
|
9
8
|
display any included entity to the user. These response codes are applicable
|
|
10
9
|
to any request method.</p>
|
|
11
|
-
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
12
|
-
<a href="
|
|
13
|
-
<a href="
|
|
14
|
-
<a href="
|
|
15
|
-
<a href="
|
|
16
|
-
<a href="
|
|
17
|
-
<a href="
|
|
18
|
-
<a href="
|
|
19
|
-
<a href="
|
|
20
|
-
<a href="
|
|
21
|
-
<a href="
|
|
22
|
-
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="
|
|
10
|
+
</div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L13">result/http-code-server.mts:13</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Enumeration Members</h3><div class="tsd-index-list"><a href="_zthun_webigail-http.ZHttpCodeServer.html#badgateway" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>Gateway</span></a>
|
|
11
|
+
<a href="_zthun_webigail-http.ZHttpCodeServer.html#gatewaytimeout" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Gateway<wbr/>Timeout</span></a>
|
|
12
|
+
<a href="_zthun_webigail-http.ZHttpCodeServer.html#httpversionnotsupported" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Http<wbr/>Version<wbr/>Not<wbr/>Supported</span></a>
|
|
13
|
+
<a href="_zthun_webigail-http.ZHttpCodeServer.html#insufficientstorage" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Insufficient<wbr/>Storage</span></a>
|
|
14
|
+
<a href="_zthun_webigail-http.ZHttpCodeServer.html#internalservererror" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Internal<wbr/>Server<wbr/>Error</span></a>
|
|
15
|
+
<a href="_zthun_webigail-http.ZHttpCodeServer.html#loopdetected" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Loop<wbr/>Detected</span></a>
|
|
16
|
+
<a href="_zthun_webigail-http.ZHttpCodeServer.html#networkauthenticationrequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Network<wbr/>Authentication<wbr/>Required</span></a>
|
|
17
|
+
<a href="_zthun_webigail-http.ZHttpCodeServer.html#notextended" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Not<wbr/>Extended</span></a>
|
|
18
|
+
<a href="_zthun_webigail-http.ZHttpCodeServer.html#notimplemented" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Not<wbr/>Implemented</span></a>
|
|
19
|
+
<a href="_zthun_webigail-http.ZHttpCodeServer.html#serviceunavailable" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Service<wbr/>Unavailable</span></a>
|
|
20
|
+
<a href="_zthun_webigail-http.ZHttpCodeServer.html#variantalsonegotiates" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Variant<wbr/>Also<wbr/>Negotiates</span></a>
|
|
21
|
+
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Enumeration Members</h2></summary><section><section class="tsd-panel tsd-member"><a id="badgateway" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Bad<wbr/>Gateway</span><a href="#badgateway" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">BadGateway</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">502</span></div><div class="tsd-comment tsd-typography"><p>The server was acting as a gateway or proxy and received an invalid response
|
|
23
22
|
from the upstream server.</p>
|
|
24
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
23
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L29">result/http-code-server.mts:29</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="gatewaytimeout" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Gateway<wbr/>Timeout</span><a href="#gatewaytimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">GatewayTimeout</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">504</span></div><div class="tsd-comment tsd-typography"><p>The server was acting as a gateway or proxy and did not receive a timely response from
|
|
25
24
|
the upstream server.</p>
|
|
26
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
27
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
28
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
25
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L39">result/http-code-server.mts:39</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="httpversionnotsupported" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Http<wbr/>Version<wbr/>Not<wbr/>Supported</span><a href="#httpversionnotsupported" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">HttpVersionNotSupported</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">505</span></div><div class="tsd-comment tsd-typography"><p>The server does not support the HTTP protocol version used in the request.</p>
|
|
26
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L43">result/http-code-server.mts:43</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="insufficientstorage" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Insufficient<wbr/>Storage</span><a href="#insufficientstorage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">InsufficientStorage</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">507</span></div><div class="tsd-comment tsd-typography"><p>The server is unable to store the representation needed to complete the request.</p>
|
|
27
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L51">result/http-code-server.mts:51</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="internalservererror" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Internal<wbr/>Server<wbr/>Error</span><a href="#internalservererror" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">InternalServerError</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">500</span></div><div class="tsd-comment tsd-typography"><p>A generic error message, given when an unexpected condition was encountered
|
|
29
28
|
and no more specific message is suitable.</p>
|
|
30
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
31
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
29
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L18">result/http-code-server.mts:18</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="loopdetected" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Loop<wbr/>Detected</span><a href="#loopdetected" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">LoopDetected</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">508</span></div><div class="tsd-comment tsd-typography"><p>The server detected an infinite loop while processing the request.</p>
|
|
30
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L55">result/http-code-server.mts:55</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="networkauthenticationrequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Network<wbr/>Authentication<wbr/>Required</span><a href="#networkauthenticationrequired" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NetworkAuthenticationRequired</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">511</span></div><div class="tsd-comment tsd-typography"><p>The client needs to authenticate to gain network access. Intended for use by
|
|
32
31
|
intercepting proxies used to control access to the network.</p>
|
|
33
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
34
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
32
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L64">result/http-code-server.mts:64</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="notextended" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Not<wbr/>Extended</span><a href="#notextended" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NotExtended</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">510</span></div><div class="tsd-comment tsd-typography"><p>Further extensions to the request are required for the server to fulfil it.</p>
|
|
33
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L59">result/http-code-server.mts:59</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="notimplemented" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Not<wbr/>Implemented</span><a href="#notimplemented" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">NotImplemented</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">501</span></div><div class="tsd-comment tsd-typography"><p>The server either does not recognize the request method, or it lacks the ability to
|
|
35
34
|
fulfil the request. Usually this implies future availability (e.g., a new feature of
|
|
36
35
|
a web-service API).</p>
|
|
37
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
36
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L24">result/http-code-server.mts:24</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="serviceunavailable" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Service<wbr/>Unavailable</span><a href="#serviceunavailable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">ServiceUnavailable</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">503</span></div><div class="tsd-comment tsd-typography"><p>The server is currently unavailable (because it is overloaded or down for maintenance).
|
|
38
37
|
Generally, this is a temporary state.</p>
|
|
39
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
40
|
-
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/
|
|
38
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L34">result/http-code-server.mts:34</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="variantalsonegotiates" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Variant<wbr/>Also<wbr/>Negotiates</span><a href="#variantalsonegotiates" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-enum-member">VariantAlsoNegotiates</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">506</span></div><div class="tsd-comment tsd-typography"><p>Transparent content negotiation for the request results in a circular reference.</p>
|
|
39
|
+
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-server.mts#L47">result/http-code-server.mts:47</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Enumeration Members"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Enumeration Members</summary><div><a href="#badgateway" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>Gateway</span></a><a href="#gatewaytimeout" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Gateway<wbr/>Timeout</span></a><a href="#httpversionnotsupported" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Http<wbr/>Version<wbr/>Not<wbr/>Supported</span></a><a href="#insufficientstorage" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Insufficient<wbr/>Storage</span></a><a href="#internalservererror" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Internal<wbr/>Server<wbr/>Error</span></a><a href="#loopdetected" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Loop<wbr/>Detected</span></a><a href="#networkauthenticationrequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Network<wbr/>Authentication<wbr/>Required</span></a><a href="#notextended" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Not<wbr/>Extended</span></a><a href="#notimplemented" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Not<wbr/>Implemented</span></a><a href="#serviceunavailable" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Service<wbr/>Unavailable</span></a><a href="#variantalsonegotiates" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Variant<wbr/>Also<wbr/>Negotiates</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Webigail</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|