@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.
Files changed (107) hide show
  1. package/LICENSE +13 -14
  2. package/dist/assets/hierarchy.js +1 -0
  3. package/dist/assets/icons.js +1 -1
  4. package/dist/assets/icons.svg +1 -1
  5. package/dist/assets/main.js +5 -5
  6. package/dist/assets/navigation.js +1 -1
  7. package/dist/assets/search.js +1 -1
  8. package/dist/assets/style.css +1405 -1288
  9. package/dist/classes/{_zthun_webigail_http.ZHttpRequestBuilder.html → _zthun_webigail-http.ZHttpRequestBuilder.html} +45 -46
  10. package/dist/classes/_zthun_webigail-http.ZHttpResultBuilder.html +20 -0
  11. package/dist/classes/_zthun_webigail-http.ZHttpService.html +6 -0
  12. package/dist/classes/_zthun_webigail-http.ZHttpServiceMock.html +14 -0
  13. package/dist/classes/_zthun_webigail-nest.ZHttpModule.html +3 -0
  14. package/dist/classes/_zthun_webigail-rest.ZRestfulService.html +55 -0
  15. package/dist/classes/_zthun_webigail-rest.ZRestfulUrlBuilder.html +17 -0
  16. package/dist/classes/{_zthun_webigail_url.ZDataUrlBuilder.html → _zthun_webigail-url.ZDataUrlBuilder.html} +19 -20
  17. package/dist/classes/{_zthun_webigail_url.ZUrlBuilder.html → _zthun_webigail-url.ZUrlBuilder.html} +74 -75
  18. package/dist/enums/{_zthun_webigail_http.ZHttpCodeCategory.html → _zthun_webigail-http.ZHttpCodeCategory.html} +12 -13
  19. package/dist/enums/{_zthun_webigail_http.ZHttpCodeClient.html → _zthun_webigail-http.ZHttpCodeClient.html} +59 -60
  20. package/dist/enums/{_zthun_webigail_http.ZHttpCodeInformationalResponse.html → _zthun_webigail-http.ZHttpCodeInformationalResponse.html} +10 -11
  21. package/dist/enums/{_zthun_webigail_http.ZHttpCodeRedirection.html → _zthun_webigail-http.ZHttpCodeRedirection.html} +20 -21
  22. package/dist/enums/{_zthun_webigail_http.ZHttpCodeServer.html → _zthun_webigail-http.ZHttpCodeServer.html} +24 -25
  23. package/dist/enums/{_zthun_webigail_http.ZHttpCodeSeverity.html → _zthun_webigail-http.ZHttpCodeSeverity.html} +10 -11
  24. package/dist/enums/{_zthun_webigail_http.ZHttpCodeSuccess.html → _zthun_webigail-http.ZHttpCodeSuccess.html} +22 -23
  25. package/dist/enums/{_zthun_webigail_http.ZHttpMethod.html → _zthun_webigail-http.ZHttpMethod.html} +16 -17
  26. package/dist/enums/{_zthun_webigail_url.ZMimeTypeApplication.html → _zthun_webigail-url.ZMimeTypeApplication.html} +8 -9
  27. package/dist/enums/{_zthun_webigail_url.ZMimeTypeImage.html → _zthun_webigail-url.ZMimeTypeImage.html} +16 -17
  28. package/dist/enums/{_zthun_webigail_url.ZMimeTypeText.html → _zthun_webigail-url.ZMimeTypeText.html} +16 -17
  29. package/dist/enums/{_zthun_webigail_url.ZYouTubeApi.html → _zthun_webigail-url.ZYouTubeApi.html} +6 -7
  30. package/dist/functions/_zthun_webigail-http.fromContentType.html +4 -0
  31. package/dist/functions/_zthun_webigail-http.getHttpCodeCategory.html +4 -0
  32. package/dist/functions/_zthun_webigail-http.getHttpCodeDescription.html +4 -0
  33. package/dist/functions/_zthun_webigail-http.getHttpCodeName.html +4 -0
  34. package/dist/functions/_zthun_webigail-http.getHttpCodeSeverity.html +4 -0
  35. package/dist/functions/_zthun_webigail-http.isBodyInit.html +6 -0
  36. package/dist/functions/_zthun_webigail-http.toBodyInit.html +8 -0
  37. package/dist/hierarchy.html +1 -2
  38. package/dist/index.html +4 -5
  39. package/dist/interfaces/{_zthun_webigail_http.IZHttpRequest.html → _zthun_webigail-http.IZHttpRequest.html} +12 -13
  40. package/dist/interfaces/{_zthun_webigail_http.IZHttpResult.html → _zthun_webigail-http.IZHttpResult.html} +8 -9
  41. package/dist/interfaces/_zthun_webigail-http.IZHttpService.html +8 -0
  42. package/dist/interfaces/_zthun_webigail-rest.IZRestfulCreate.html +8 -0
  43. package/dist/interfaces/_zthun_webigail-rest.IZRestfulDelete.html +6 -0
  44. package/dist/interfaces/_zthun_webigail-rest.IZRestfulGet.html +8 -0
  45. package/dist/interfaces/_zthun_webigail-rest.IZRestfulService.html +42 -0
  46. package/dist/interfaces/_zthun_webigail-rest.IZRestfulUpdate.html +9 -0
  47. package/dist/interfaces/_zthun_webigail-rest.IZRestfulUpsert.html +11 -0
  48. package/dist/interfaces/{_zthun_webigail_url.IZDataUrlInfo.html → _zthun_webigail-url.IZDataUrlInfo.html} +7 -8
  49. package/dist/interfaces/{_zthun_webigail_url.IZUrlInfo.html → _zthun_webigail-url.IZUrlInfo.html} +17 -18
  50. package/dist/modules/_zthun_webigail-http.html +22 -0
  51. package/dist/modules/_zthun_webigail-nest.html +13 -0
  52. package/dist/modules/_zthun_webigail-rest.html +11 -0
  53. package/dist/modules/_zthun_webigail-url.html +20 -0
  54. package/dist/modules.html +1 -2
  55. package/dist/types/_zthun_webigail-http.ZHttpCode.html +2 -0
  56. package/dist/types/_zthun_webigail-url.ZMimeType.html +2 -0
  57. package/dist/variables/_zthun_webigail-http.ZHttpCodeClientDescriptions.html +2 -0
  58. package/dist/variables/_zthun_webigail-http.ZHttpCodeClientNames.html +2 -0
  59. package/dist/variables/_zthun_webigail-http.ZHttpCodeInformationalResponseDescriptions.html +2 -0
  60. package/dist/variables/_zthun_webigail-http.ZHttpCodeInformationalResponseNames.html +2 -0
  61. package/dist/variables/_zthun_webigail-http.ZHttpCodeRedirectionDescriptions.html +2 -0
  62. package/dist/variables/_zthun_webigail-http.ZHttpCodeRedirectionNames.html +2 -0
  63. package/dist/variables/_zthun_webigail-http.ZHttpCodeServerDescriptions.html +2 -0
  64. package/dist/variables/_zthun_webigail-http.ZHttpCodeServerNames.html +2 -0
  65. package/dist/variables/_zthun_webigail-http.ZHttpCodeSuccessDescriptions.html +2 -0
  66. package/dist/variables/_zthun_webigail-http.ZHttpCodeSuccessNames.html +2 -0
  67. package/dist/variables/_zthun_webigail-nest.ZHttpServiceToken.html +2 -0
  68. package/dist/variables/_zthun_webigail-url.ZSupportedMimeTypes.html +2 -0
  69. package/package.json +8 -11
  70. package/dist/classes/_zthun_webigail_http.ZHttpResultBuilder.html +0 -21
  71. package/dist/classes/_zthun_webigail_http.ZHttpService.html +0 -7
  72. package/dist/classes/_zthun_webigail_http.ZHttpServiceMock.html +0 -15
  73. package/dist/classes/_zthun_webigail_nest.ZHttpModule.html +0 -4
  74. package/dist/classes/_zthun_webigail_rest.ZRestfulService.html +0 -56
  75. package/dist/functions/_zthun_webigail_http.fromContentType.html +0 -5
  76. package/dist/functions/_zthun_webigail_http.getHttpCodeCategory.html +0 -5
  77. package/dist/functions/_zthun_webigail_http.getHttpCodeDescription.html +0 -5
  78. package/dist/functions/_zthun_webigail_http.getHttpCodeName.html +0 -5
  79. package/dist/functions/_zthun_webigail_http.getHttpCodeSeverity.html +0 -5
  80. package/dist/functions/_zthun_webigail_http.isBodyInit.html +0 -7
  81. package/dist/functions/_zthun_webigail_http.toBodyInit.html +0 -9
  82. package/dist/interfaces/_zthun_webigail_http.IZHttpService.html +0 -9
  83. package/dist/interfaces/_zthun_webigail_rest.IZRestfulCreate.html +0 -9
  84. package/dist/interfaces/_zthun_webigail_rest.IZRestfulDelete.html +0 -7
  85. package/dist/interfaces/_zthun_webigail_rest.IZRestfulGet.html +0 -9
  86. package/dist/interfaces/_zthun_webigail_rest.IZRestfulService.html +0 -43
  87. package/dist/interfaces/_zthun_webigail_rest.IZRestfulUpdate.html +0 -10
  88. package/dist/interfaces/_zthun_webigail_rest.IZRestfulUpsert.html +0 -12
  89. package/dist/modules/_zthun_webigail_http.html +0 -56
  90. package/dist/modules/_zthun_webigail_nest.html +0 -16
  91. package/dist/modules/_zthun_webigail_rest.html +0 -19
  92. package/dist/modules/_zthun_webigail_url.html +0 -31
  93. package/dist/types/_zthun_webigail_http.ZHttpCode.html +0 -3
  94. package/dist/types/_zthun_webigail_url.ZMimeType.html +0 -3
  95. package/dist/variables/_zthun_webigail_http.ZHttpCodeClientDescriptions.html +0 -3
  96. package/dist/variables/_zthun_webigail_http.ZHttpCodeClientNames.html +0 -3
  97. package/dist/variables/_zthun_webigail_http.ZHttpCodeInformationalResponseDescriptions.html +0 -3
  98. package/dist/variables/_zthun_webigail_http.ZHttpCodeInformationalResponseNames.html +0 -3
  99. package/dist/variables/_zthun_webigail_http.ZHttpCodeRedirectionDescriptions.html +0 -3
  100. package/dist/variables/_zthun_webigail_http.ZHttpCodeRedirectionNames.html +0 -3
  101. package/dist/variables/_zthun_webigail_http.ZHttpCodeServerDescriptions.html +0 -3
  102. package/dist/variables/_zthun_webigail_http.ZHttpCodeServerNames.html +0 -3
  103. package/dist/variables/_zthun_webigail_http.ZHttpCodeSuccessDescriptions.html +0 -3
  104. package/dist/variables/_zthun_webigail_http.ZHttpCodeSuccessNames.html +0 -3
  105. package/dist/variables/_zthun_webigail_nest.ZHttpServiceToken.html +0 -3
  106. package/dist/variables/_zthun_webigail_url.ZSupportedMimeTypes.html +0 -3
  107. /package/dist/{webigail.svg → assets/favicon.svg} +0 -0
@@ -1,105 +1,104 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ZHttpCodeClient | 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><link rel="icon" href="../webigail.svg" />
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.ZHttpCodeClient.html">ZHttpCodeClient</a></li></ul><h1>Enumeration ZHttpCodeClient</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>This class of status code is intended for situations in which the error seems to have been caused by the client.</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>ZHttpCodeClient | 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.ZHttpCodeClient.html">ZHttpCodeClient</a></li></ul><h1>Enumeration ZHttpCodeClient</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>This class of status code is intended for situations in which the error seems to have been caused by the client.</p>
3
2
  <p>Except when responding to a HEAD request, the server should include an entity containing an explanation
4
3
  of the error situation, and whether it is a temporary or permanent condition. These status codes are applicable
5
4
  to any request method. User agents should display any included entity to the user.</p>
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/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L8">result/http-code-client.mts:8</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.ZHttpCodeClient.html#BadRequest" 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/>Request</span></a>
7
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#Conflict" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Conflict</span></a>
8
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#ExpectationFailed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Expectation<wbr/>Failed</span></a>
9
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#FailedDependency" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Failed<wbr/>Dependency</span></a>
10
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#Forbidden" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Forbidden</span></a>
11
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#Gone" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Gone</span></a>
12
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#ImATeapot" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ImATeapot</span></a>
13
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#LengthRequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Length<wbr/>Required</span></a>
14
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#Locked" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Locked</span></a>
15
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#MethodNotAllowed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Method<wbr/>Not<wbr/>Allowed</span></a>
16
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#MisdirectedRequest" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Misdirected<wbr/>Request</span></a>
17
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#NotAcceptable" 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/>Acceptable</span></a>
18
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#NotFound" 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/>Found</span></a>
19
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#PayloadTooLarge" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Payload<wbr/>Too<wbr/>Large</span></a>
20
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#PaymentRequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Payment<wbr/>Required</span></a>
21
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#PreconditionFailed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Precondition<wbr/>Failed</span></a>
22
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#PreconditionRequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Precondition<wbr/>Required</span></a>
23
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#ProxyAuthenticationRequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Proxy<wbr/>Authentication<wbr/>Required</span></a>
24
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#RangeNotSatisfiable" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Range<wbr/>Not<wbr/>Satisfiable</span></a>
25
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#RequestHeaderFieldsTooLarge" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Request<wbr/>Header<wbr/>Fields<wbr/>Too<wbr/>Large</span></a>
26
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#RequestTimeout" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Request<wbr/>Timeout</span></a>
27
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#TooManyRequests" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Too<wbr/>Many<wbr/>Requests</span></a>
28
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#Unauthorized" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unauthorized</span></a>
29
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#UnavailableForLegalReasons" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unavailable<wbr/>For<wbr/>Legal<wbr/>Reasons</span></a>
30
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#UnProcessableEntity" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Un<wbr/>Processable<wbr/>Entity</span></a>
31
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#UnsupportedMediaType" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unsupported<wbr/>Media<wbr/>Type</span></a>
32
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#UpgradeRequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Upgrade<wbr/>Required</span></a>
33
- <a href="_zthun_webigail_http.ZHttpCodeClient.html#URITooLong" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>URIToo<wbr/>Long</span></a>
34
- </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="BadRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Bad<wbr/>Request</span><a href="#BadRequest" 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">Bad<wbr/>Request</span></div><div class="tsd-comment tsd-typography"><p>The server cannot or will not process the request due to an apparent client error
5
+ </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-client.mts#L8">result/http-code-client.mts:8</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.ZHttpCodeClient.html#badrequest" 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/>Request</span></a>
6
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#conflict" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Conflict</span></a>
7
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#expectationfailed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Expectation<wbr/>Failed</span></a>
8
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#faileddependency" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Failed<wbr/>Dependency</span></a>
9
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#forbidden" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Forbidden</span></a>
10
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#gone" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Gone</span></a>
11
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#imateapot" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ImATeapot</span></a>
12
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#lengthrequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Length<wbr/>Required</span></a>
13
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#locked" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Locked</span></a>
14
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#methodnotallowed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Method<wbr/>Not<wbr/>Allowed</span></a>
15
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#misdirectedrequest" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Misdirected<wbr/>Request</span></a>
16
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#notacceptable" 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/>Acceptable</span></a>
17
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#notfound" 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/>Found</span></a>
18
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#payloadtoolarge" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Payload<wbr/>Too<wbr/>Large</span></a>
19
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#paymentrequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Payment<wbr/>Required</span></a>
20
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#preconditionfailed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Precondition<wbr/>Failed</span></a>
21
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#preconditionrequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Precondition<wbr/>Required</span></a>
22
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#proxyauthenticationrequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Proxy<wbr/>Authentication<wbr/>Required</span></a>
23
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#rangenotsatisfiable" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Range<wbr/>Not<wbr/>Satisfiable</span></a>
24
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#requestheaderfieldstoolarge" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Request<wbr/>Header<wbr/>Fields<wbr/>Too<wbr/>Large</span></a>
25
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#requesttimeout" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Request<wbr/>Timeout</span></a>
26
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#toomanyrequests" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Too<wbr/>Many<wbr/>Requests</span></a>
27
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#unauthorized" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unauthorized</span></a>
28
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#unavailableforlegalreasons" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unavailable<wbr/>For<wbr/>Legal<wbr/>Reasons</span></a>
29
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#unprocessableentity" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Un<wbr/>Processable<wbr/>Entity</span></a>
30
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#unsupportedmediatype" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unsupported<wbr/>Media<wbr/>Type</span></a>
31
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#upgraderequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Upgrade<wbr/>Required</span></a>
32
+ <a href="_zthun_webigail-http.ZHttpCodeClient.html#uritoolong" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>URIToo<wbr/>Long</span></a>
33
+ </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="badrequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Bad<wbr/>Request</span><a href="#badrequest" 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">BadRequest</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">400</span></div><div class="tsd-comment tsd-typography"><p>The server cannot or will not process the request due to an apparent client error
35
34
  (e.g., malformed request syntax, size too large, invalid request message framing,
36
35
  or deceptive request routing).</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/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L14">result/http-code-client.mts:14</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Conflict" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Conflict</span><a href="#Conflict" 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">Conflict</span></div><div class="tsd-comment tsd-typography"><p>Indicates that the request could not be processed because of conflict in the request, such
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-client.mts#L14">result/http-code-client.mts:14</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="conflict" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Conflict</span><a href="#conflict" 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">Conflict</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">409</span></div><div class="tsd-comment tsd-typography"><p>Indicates that the request could not be processed because of conflict in the request, such
38
37
  as an edit conflict between multiple simultaneous updates.</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/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L75">result/http-code-client.mts:75</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="ExpectationFailed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Expectation<wbr/>Failed</span><a href="#ExpectationFailed" 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">Expectation<wbr/>Failed</span></div><div class="tsd-comment tsd-typography"><p>The server cannot meet the requirements of the Expect request-header field.</p>
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/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L124">result/http-code-client.mts:124</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="FailedDependency" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Failed<wbr/>Dependency</span><a href="#FailedDependency" 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">Failed<wbr/>Dependency</span></div><div class="tsd-comment tsd-typography"><p>The request failed because it depended on another request and that request failed.</p>
41
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L148">result/http-code-client.mts:148</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Forbidden" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Forbidden</span><a href="#Forbidden" 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">Forbidden</span></div><div class="tsd-comment tsd-typography"><p>The request was valid, but the server is refusing action.</p>
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-client.mts#L75">result/http-code-client.mts:75</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="expectationfailed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Expectation<wbr/>Failed</span><a href="#expectationfailed" 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">ExpectationFailed</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">417</span></div><div class="tsd-comment tsd-typography"><p>The server cannot meet the requirements of the Expect request-header field.</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-client.mts#L124">result/http-code-client.mts:124</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="faileddependency" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Failed<wbr/>Dependency</span><a href="#faileddependency" 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">FailedDependency</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">424</span></div><div class="tsd-comment tsd-typography"><p>The request failed because it depended on another request and that request failed.</p>
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/caccb994a5f400344c17102e3008ec3abd6dfa98/packages/webigail-http/src/result/http-code-client.mts#L148">result/http-code-client.mts:148</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="forbidden" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Forbidden</span><a href="#forbidden" 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">Forbidden</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">403</span></div><div class="tsd-comment tsd-typography"><p>The request was valid, but the server is refusing action.</p>
42
41
  <p>The user might not have the necessary permissions for a resource, or may need an account of some sort.</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/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L41">result/http-code-client.mts:41</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Gone" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Gone</span><a href="#Gone" 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">Gone</span></div><div class="tsd-comment tsd-typography"><p>Indicates that the resource requested is no longer available and will not be available again.</p>
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-client.mts#L41">result/http-code-client.mts:41</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="gone" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Gone</span><a href="#gone" 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">Gone</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">410</span></div><div class="tsd-comment tsd-typography"><p>Indicates that the resource requested is no longer available and will not be available again.</p>
44
43
  <p>This should be used when a resource has been intentionally removed and the resource should be
45
44
  purged. Upon receiving a 410 status code, the client should not request the resource in the
46
45
  future. Clients such as search engines should remove the resource from their indices. Most use
47
46
  cases do not require clients and search engines to purge the resource, and a &quot;404 Not Found&quot; may
48
47
  be used instead.</p>
49
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L85">result/http-code-client.mts:85</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="ImATeapot" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ImATeapot</span><a href="#ImATeapot" 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">ImATeapot</span></div><div class="tsd-comment tsd-typography"><p>This code was defined in 1998 as one of the traditional IETF April Fools' jokes, in RFC 2324, Hyper
48
+ </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-client.mts#L85">result/http-code-client.mts:85</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="imateapot" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ImATeapot</span><a href="#imateapot" 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">ImATeapot</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">418</span></div><div class="tsd-comment tsd-typography"><p>This code was defined in 1998 as one of the traditional IETF April Fools' jokes, in RFC 2324, Hyper
50
49
  Text Coffee Pot Control Protocol, and is not expected to be implemented by actual HTTP servers.</p>
51
50
  <p>The RFC specifies this code should be returned by teapots requested to brew coffee. This HTTP
52
- status is used as an Easter egg in some websites, including <a href="http://Google.com" target="_blank" class="external">Google.com</a>.</p>
53
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L132">result/http-code-client.mts:132</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="LengthRequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Length<wbr/>Required</span><a href="#LengthRequired" 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">Length<wbr/>Required</span></div><div class="tsd-comment tsd-typography"><p>The request did not specify the length of its content, which is required by the requested resource.</p>
54
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L89">result/http-code-client.mts:89</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Locked" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Locked</span><a href="#Locked" 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">Locked</span></div><div class="tsd-comment tsd-typography"><p>The resource that is being accessed is locked.</p>
55
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L144">result/http-code-client.mts:144</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MethodNotAllowed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Method<wbr/>Not<wbr/>Allowed</span><a href="#MethodNotAllowed" 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">Method<wbr/>Not<wbr/>Allowed</span></div><div class="tsd-comment tsd-typography"><p>A request method is not supported for the requested resource; for example, a GET
51
+ status is used as an Easter egg in some websites, including <a href="http://Google.com">Google.com</a>.</p>
52
+ </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-client.mts#L132">result/http-code-client.mts:132</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="lengthrequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Length<wbr/>Required</span><a href="#lengthrequired" 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">LengthRequired</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">411</span></div><div class="tsd-comment tsd-typography"><p>The request did not specify the length of its content, which is required by the requested resource.</p>
53
+ </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-client.mts#L89">result/http-code-client.mts:89</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="locked" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Locked</span><a href="#locked" 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">Locked</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">423</span></div><div class="tsd-comment tsd-typography"><p>The resource that is being accessed is locked.</p>
54
+ </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-client.mts#L144">result/http-code-client.mts:144</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="methodnotallowed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Method<wbr/>Not<wbr/>Allowed</span><a href="#methodnotallowed" 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">MethodNotAllowed</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">405</span></div><div class="tsd-comment tsd-typography"><p>A request method is not supported for the requested resource; for example, a GET
56
55
  request on a form that requires data to be presented via POST, or a PUT request on
57
56
  a read-only resource.</p>
58
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L53">result/http-code-client.mts:53</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="MisdirectedRequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Misdirected<wbr/>Request</span><a href="#MisdirectedRequest" 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">Misdirected<wbr/>Request</span></div><div class="tsd-comment tsd-typography"><p>The request was directed at a server that is not able to produce a response[53] (for example because of connection reuse).</p>
59
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L136">result/http-code-client.mts:136</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NotAcceptable" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Not<wbr/>Acceptable</span><a href="#NotAcceptable" 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">Not<wbr/>Acceptable</span></div><div class="tsd-comment tsd-typography"><p>The requested resource is capable of generating only content not acceptable according
57
+ </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-client.mts#L53">result/http-code-client.mts:53</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="misdirectedrequest" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Misdirected<wbr/>Request</span><a href="#misdirectedrequest" 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">MisdirectedRequest</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">421</span></div><div class="tsd-comment tsd-typography"><p>The request was directed at a server that is not able to produce a response[53] (for example because of connection reuse).</p>
58
+ </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-client.mts#L136">result/http-code-client.mts:136</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="notacceptable" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Not<wbr/>Acceptable</span><a href="#notacceptable" 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">NotAcceptable</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">406</span></div><div class="tsd-comment tsd-typography"><p>The requested resource is capable of generating only content not acceptable according
60
59
  to the Accept headers sent in the request.</p>
61
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L58">result/http-code-client.mts:58</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="NotFound" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Not<wbr/>Found</span><a href="#NotFound" 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">Not<wbr/>Found</span></div><div class="tsd-comment tsd-typography"><p>The requested resource could not be found but may be available in the future.</p>
60
+ </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-client.mts#L58">result/http-code-client.mts:58</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="notfound" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Not<wbr/>Found</span><a href="#notfound" 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">NotFound</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">404</span></div><div class="tsd-comment tsd-typography"><p>The requested resource could not be found but may be available in the future.</p>
62
61
  <p>Subsequent requests by the client are permissible.</p>
63
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L47">result/http-code-client.mts:47</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="PayloadTooLarge" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Payload<wbr/>Too<wbr/>Large</span><a href="#PayloadTooLarge" 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">Payload<wbr/>Too<wbr/>Large</span></div><div class="tsd-comment tsd-typography"><p>The request is larger than the server is willing or able to process. Previously called
62
+ </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-client.mts#L47">result/http-code-client.mts:47</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="payloadtoolarge" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Payload<wbr/>Too<wbr/>Large</span><a href="#payloadtoolarge" 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">PayloadTooLarge</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">413</span></div><div class="tsd-comment tsd-typography"><p>The request is larger than the server is willing or able to process. Previously called
64
63
  &quot;Request Entity Too Large&quot;.</p>
65
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L98">result/http-code-client.mts:98</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="PaymentRequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Payment<wbr/>Required</span><a href="#PaymentRequired" 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">Payment<wbr/>Required</span></div><div class="tsd-comment tsd-typography"><p>Reserved for future use.</p>
64
+ </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-client.mts#L98">result/http-code-client.mts:98</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="paymentrequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Payment<wbr/>Required</span><a href="#paymentrequired" 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">PaymentRequired</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">402</span></div><div class="tsd-comment tsd-typography"><p>Reserved for future use.</p>
66
65
  <p>The original intention was that this code might be used as part of some form of digital cash or
67
66
  micro-payment scheme, as proposed for example by GNU Taler, but that has not yet happened, and
68
67
  this code is not usually used. Google Developers API uses this status if a particular developer
69
68
  has exceeded the daily limit on requests</p>
70
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L35">result/http-code-client.mts:35</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="PreconditionFailed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Precondition<wbr/>Failed</span><a href="#PreconditionFailed" 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">Precondition<wbr/>Failed</span></div><div class="tsd-comment tsd-typography"><p>The server does not meet one of the preconditions that the requester put on the request.</p>
71
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L93">result/http-code-client.mts:93</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="PreconditionRequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Precondition<wbr/>Required</span><a href="#PreconditionRequired" 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">Precondition<wbr/>Required</span></div><div class="tsd-comment tsd-typography"><p>The origin server requires the request to be conditional.</p>
69
+ </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-client.mts#L35">result/http-code-client.mts:35</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="preconditionfailed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Precondition<wbr/>Failed</span><a href="#preconditionfailed" 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">PreconditionFailed</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">412</span></div><div class="tsd-comment tsd-typography"><p>The server does not meet one of the preconditions that the requester put on the request.</p>
70
+ </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-client.mts#L93">result/http-code-client.mts:93</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="preconditionrequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Precondition<wbr/>Required</span><a href="#preconditionrequired" 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">PreconditionRequired</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">428</span></div><div class="tsd-comment tsd-typography"><p>The origin server requires the request to be conditional.</p>
72
71
  <p>Intended to prevent the 'lost update' problem, where a client GETs a resource's state, modifies it,
73
72
  and PUTs it back to the server, when meanwhile a third party has modified the state on the server,
74
73
  leading to a conflict.</p>
75
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L160">result/http-code-client.mts:160</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="ProxyAuthenticationRequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Proxy<wbr/>Authentication<wbr/>Required</span><a href="#ProxyAuthenticationRequired" 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">Proxy<wbr/>Authentication<wbr/>Required</span></div><div class="tsd-comment tsd-typography"><p>The client must first authenticate itself with the proxy.</p>
76
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L62">result/http-code-client.mts:62</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="RangeNotSatisfiable" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Range<wbr/>Not<wbr/>Satisfiable</span><a href="#RangeNotSatisfiable" 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">Range<wbr/>Not<wbr/>Satisfiable</span></div><div class="tsd-comment tsd-typography"><p>The client has asked for a portion of the file (byte serving), but the server cannot supply that portion.</p>
74
+ </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-client.mts#L160">result/http-code-client.mts:160</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="proxyauthenticationrequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Proxy<wbr/>Authentication<wbr/>Required</span><a href="#proxyauthenticationrequired" 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">ProxyAuthenticationRequired</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">407</span></div><div class="tsd-comment tsd-typography"><p>The client must first authenticate itself with the proxy.</p>
75
+ </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-client.mts#L62">result/http-code-client.mts:62</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="rangenotsatisfiable" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Range<wbr/>Not<wbr/>Satisfiable</span><a href="#rangenotsatisfiable" 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">RangeNotSatisfiable</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">416</span></div><div class="tsd-comment tsd-typography"><p>The client has asked for a portion of the file (byte serving), but the server cannot supply that portion.</p>
77
76
  <p>For example, if the client asked for a part of the file that lies beyond the end of the file.
78
77
  Called &quot;Requested Range Not Satisfiable&quot; previously.</p>
79
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L120">result/http-code-client.mts:120</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="RequestHeaderFieldsTooLarge" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Request<wbr/>Header<wbr/>Fields<wbr/>Too<wbr/>Large</span><a href="#RequestHeaderFieldsTooLarge" 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">Request<wbr/>Header<wbr/>Fields<wbr/>Too<wbr/>Large</span></div><div class="tsd-comment tsd-typography"><p>The server is unwilling to process the request because either an individual header field, or all the
78
+ </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-client.mts#L120">result/http-code-client.mts:120</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="requestheaderfieldstoolarge" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Request<wbr/>Header<wbr/>Fields<wbr/>Too<wbr/>Large</span><a href="#requestheaderfieldstoolarge" 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">RequestHeaderFieldsTooLarge</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">431</span></div><div class="tsd-comment tsd-typography"><p>The server is unwilling to process the request because either an individual header field, or all the
80
79
  header fields collectively, are too large.[</p>
81
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L169">result/http-code-client.mts:169</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="RequestTimeout" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Request<wbr/>Timeout</span><a href="#RequestTimeout" 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">Request<wbr/>Timeout</span></div><div class="tsd-comment tsd-typography"><p>The server timed out waiting for the request.</p>
80
+ </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-client.mts#L169">result/http-code-client.mts:169</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="requesttimeout" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Request<wbr/>Timeout</span><a href="#requesttimeout" 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">RequestTimeout</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">408</span></div><div class="tsd-comment tsd-typography"><p>The server timed out waiting for the request.</p>
82
81
  <p>According to HTTP specifications: &quot;The client did not produce a request within the
83
82
  time that the server was prepared to wait. The client MAY repeat the request without
84
83
  modifications at any later time.</p>
85
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L70">result/http-code-client.mts:70</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="TooManyRequests" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Too<wbr/>Many<wbr/>Requests</span><a href="#TooManyRequests" 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">Too<wbr/>Many<wbr/>Requests</span></div><div class="tsd-comment tsd-typography"><p>The user has sent too many requests in a given amount of time. Intended for use with rate-limiting schemes.</p>
86
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L164">result/http-code-client.mts:164</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="Unauthorized" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Unauthorized</span><a href="#Unauthorized" 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">Unauthorized</span></div><div class="tsd-comment tsd-typography"><p>Similar to 403 Forbidden, but specifically for use when authentication is required and has failed
84
+ </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-client.mts#L70">result/http-code-client.mts:70</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="toomanyrequests" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Too<wbr/>Many<wbr/>Requests</span><a href="#toomanyrequests" 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">TooManyRequests</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">429</span></div><div class="tsd-comment tsd-typography"><p>The user has sent too many requests in a given amount of time. Intended for use with rate-limiting schemes.</p>
85
+ </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-client.mts#L164">result/http-code-client.mts:164</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="unauthorized" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Unauthorized</span><a href="#unauthorized" 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">Unauthorized</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">401</span></div><div class="tsd-comment tsd-typography"><p>Similar to 403 Forbidden, but specifically for use when authentication is required and has failed
87
86
  or has not yet been provided.</p>
88
87
  <p>The response must include a WWW-Authenticate header field containing a challenge applicable to the
89
88
  requested resource. See Basic access authentication and Digest access authentication. 401
90
89
  semantically means &quot;unauthenticated&quot;,[35] i.e. the user does not have the necessary credentials.</p>
91
90
  <p>Note: Some sites issue HTTP 401 when an IP address is banned from the website (usually the website domain)
92
91
  and that specific address is refused permission to access a website.</p>
93
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L26">result/http-code-client.mts:26</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UnavailableForLegalReasons" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Unavailable<wbr/>For<wbr/>Legal<wbr/>Reasons</span><a href="#UnavailableForLegalReasons" 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">Unavailable<wbr/>For<wbr/>Legal<wbr/>Reasons</span></div><div class="tsd-comment tsd-typography"><p>A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the
92
+ </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-client.mts#L26">result/http-code-client.mts:26</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="unavailableforlegalreasons" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Unavailable<wbr/>For<wbr/>Legal<wbr/>Reasons</span><a href="#unavailableforlegalreasons" 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">UnavailableForLegalReasons</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">451</span></div><div class="tsd-comment tsd-typography"><p>A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the
94
93
  requested resource.</p>
95
94
  <p>The code 451 was chosen as a reference to the novel Fahrenheit 451.</p>
96
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L176">result/http-code-client.mts:176</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UnProcessableEntity" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Un<wbr/>Processable<wbr/>Entity</span><a href="#UnProcessableEntity" 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">Un<wbr/>Processable<wbr/>Entity</span></div><div class="tsd-comment tsd-typography"><p>The request was well-formed but was unable to be followed due to semantic errors.</p>
97
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L140">result/http-code-client.mts:140</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UnsupportedMediaType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Unsupported<wbr/>Media<wbr/>Type</span><a href="#UnsupportedMediaType" 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">Unsupported<wbr/>Media<wbr/>Type</span></div><div class="tsd-comment tsd-typography"><p>The request entity has a media type which the server or resource does not support.</p>
95
+ </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-client.mts#L176">result/http-code-client.mts:176</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="unprocessableentity" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Un<wbr/>Processable<wbr/>Entity</span><a href="#unprocessableentity" 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">UnProcessableEntity</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">422</span></div><div class="tsd-comment tsd-typography"><p>The request was well-formed but was unable to be followed due to semantic errors.</p>
96
+ </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-client.mts#L140">result/http-code-client.mts:140</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="unsupportedmediatype" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Unsupported<wbr/>Media<wbr/>Type</span><a href="#unsupportedmediatype" 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">UnsupportedMediaType</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">415</span></div><div class="tsd-comment tsd-typography"><p>The request entity has a media type which the server or resource does not support.</p>
98
97
  <p>For example, the client uploads an image as image/svg+xml, but the server requires that
99
98
  images use a different format.</p>
100
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L113">result/http-code-client.mts:113</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="UpgradeRequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Upgrade<wbr/>Required</span><a href="#UpgradeRequired" 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">Upgrade<wbr/>Required</span></div><div class="tsd-comment tsd-typography"><p>The client should switch to a different protocol such as TLS/1.0, given in the Upgrade header field.</p>
101
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L152">result/http-code-client.mts:152</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="URITooLong" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>URIToo<wbr/>Long</span><a href="#URITooLong" 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">URIToo<wbr/>Long</span></div><div class="tsd-comment tsd-typography"><p>The URI provided was too long for the server to process.</p>
99
+ </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-client.mts#L113">result/http-code-client.mts:113</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="upgraderequired" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Upgrade<wbr/>Required</span><a href="#upgraderequired" 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">UpgradeRequired</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">426</span></div><div class="tsd-comment tsd-typography"><p>The client should switch to a different protocol such as TLS/1.0, given in the Upgrade header field.</p>
100
+ </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-client.mts#L152">result/http-code-client.mts:152</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="uritoolong" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>URIToo<wbr/>Long</span><a href="#uritoolong" 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">URITooLong</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">414</span></div><div class="tsd-comment tsd-typography"><p>The URI provided was too long for the server to process.</p>
102
101
  <p>Often the result of too much data being encoded as a query-string of
103
102
  a GET request, in which case it should be converted to a POST request.
104
103
  Called &quot;Request-URI Too Long&quot; previously.</p>
105
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/zthun/webigail/blob/a54b07a8c8e56e84b876b68e33757b18ea0b8c47/packages/webigail-http/src/result/http-code-client.mts#L106">result/http-code-client.mts:106</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="tsd-otp-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="#BadRequest" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>Request</span></a><a href="#Conflict" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Conflict</span></a><a href="#ExpectationFailed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Expectation<wbr/>Failed</span></a><a href="#FailedDependency" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Failed<wbr/>Dependency</span></a><a href="#Forbidden" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Forbidden</span></a><a href="#Gone" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Gone</span></a><a href="#ImATeapot" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ImATeapot</span></a><a href="#LengthRequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Length<wbr/>Required</span></a><a href="#Locked" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Locked</span></a><a href="#MethodNotAllowed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Method<wbr/>Not<wbr/>Allowed</span></a><a href="#MisdirectedRequest" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Misdirected<wbr/>Request</span></a><a href="#NotAcceptable" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Not<wbr/>Acceptable</span></a><a href="#NotFound" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Not<wbr/>Found</span></a><a href="#PayloadTooLarge" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Payload<wbr/>Too<wbr/>Large</span></a><a href="#PaymentRequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Payment<wbr/>Required</span></a><a href="#PreconditionFailed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Precondition<wbr/>Failed</span></a><a href="#PreconditionRequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Precondition<wbr/>Required</span></a><a href="#ProxyAuthenticationRequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Proxy<wbr/>Authentication<wbr/>Required</span></a><a href="#RangeNotSatisfiable" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Range<wbr/>Not<wbr/>Satisfiable</span></a><a href="#RequestHeaderFieldsTooLarge" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Request<wbr/>Header<wbr/>Fields<wbr/>Too<wbr/>Large</span></a><a href="#RequestTimeout" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Request<wbr/>Timeout</span></a><a href="#TooManyRequests" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Too<wbr/>Many<wbr/>Requests</span></a><a href="#Unauthorized" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unauthorized</span></a><a href="#UnavailableForLegalReasons" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unavailable<wbr/>For<wbr/>Legal<wbr/>Reasons</span></a><a href="#UnProcessableEntity" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Un<wbr/>Processable<wbr/>Entity</span></a><a href="#UnsupportedMediaType" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unsupported<wbr/>Media<wbr/>Type</span></a><a href="#UpgradeRequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Upgrade<wbr/>Required</span></a><a href="#URITooLong" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>URIToo<wbr/>Long</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>Webigail</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><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>
104
+ </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-client.mts#L106">result/http-code-client.mts:106</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="#badrequest" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Bad<wbr/>Request</span></a><a href="#conflict" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Conflict</span></a><a href="#expectationfailed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Expectation<wbr/>Failed</span></a><a href="#faileddependency" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Failed<wbr/>Dependency</span></a><a href="#forbidden" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Forbidden</span></a><a href="#gone" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Gone</span></a><a href="#imateapot" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>ImATeapot</span></a><a href="#lengthrequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Length<wbr/>Required</span></a><a href="#locked" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Locked</span></a><a href="#methodnotallowed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Method<wbr/>Not<wbr/>Allowed</span></a><a href="#misdirectedrequest" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Misdirected<wbr/>Request</span></a><a href="#notacceptable" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Not<wbr/>Acceptable</span></a><a href="#notfound" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Not<wbr/>Found</span></a><a href="#payloadtoolarge" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Payload<wbr/>Too<wbr/>Large</span></a><a href="#paymentrequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Payment<wbr/>Required</span></a><a href="#preconditionfailed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Precondition<wbr/>Failed</span></a><a href="#preconditionrequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Precondition<wbr/>Required</span></a><a href="#proxyauthenticationrequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Proxy<wbr/>Authentication<wbr/>Required</span></a><a href="#rangenotsatisfiable" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Range<wbr/>Not<wbr/>Satisfiable</span></a><a href="#requestheaderfieldstoolarge" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Request<wbr/>Header<wbr/>Fields<wbr/>Too<wbr/>Large</span></a><a href="#requesttimeout" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Request<wbr/>Timeout</span></a><a href="#toomanyrequests" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Too<wbr/>Many<wbr/>Requests</span></a><a href="#unauthorized" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unauthorized</span></a><a href="#unavailableforlegalreasons" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unavailable<wbr/>For<wbr/>Legal<wbr/>Reasons</span></a><a href="#unprocessableentity" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Un<wbr/>Processable<wbr/>Entity</span></a><a href="#unsupportedmediatype" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Unsupported<wbr/>Media<wbr/>Type</span></a><a href="#upgraderequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>Upgrade<wbr/>Required</span></a><a href="#uritoolong" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-16"></use></svg><span>URIToo<wbr/>Long</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>