@zudojs/http 0.0.1

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 (662) hide show
  1. package/README.md +41 -0
  2. package/dist/httpAdapter/fetch/httpFetch.body.d.ts +20 -0
  3. package/dist/httpAdapter/fetch/httpFetch.body.d.ts.map +1 -0
  4. package/dist/httpAdapter/fetch/httpFetch.body.js +57 -0
  5. package/dist/httpAdapter/fetch/httpFetch.body.js.map +1 -0
  6. package/dist/httpAdapter/fetch/httpFetch.helper.d.ts.map +1 -0
  7. package/dist/httpAdapter/fetch/httpFetch.requestContext.d.ts.map +1 -0
  8. package/dist/httpAdapter/fetch/httpFetch.responseWriter.d.ts.map +1 -0
  9. package/dist/httpAdapter/fetch/httpFetch.type.d.ts.map +1 -0
  10. package/dist/httpAdapter/fetch/index.d.ts.map +1 -0
  11. package/dist/httpAdapter/http.adapter.d.ts +116 -0
  12. package/dist/httpAdapter/http.adapter.d.ts.map +1 -0
  13. package/dist/httpAdapter/http.adapter.js +284 -0
  14. package/dist/httpAdapter/http.adapter.js.map +1 -0
  15. package/dist/httpAdapter/http.adapters.d.ts.map +1 -0
  16. package/dist/httpAdapter/http.adapters.js +137 -0
  17. package/dist/httpAdapter/http.adapters.js.map +1 -0
  18. package/dist/httpAdapter/httpFetch.adapter.d.ts.map +1 -0
  19. package/dist/httpAdapter/index.d.ts +10 -0
  20. package/dist/httpAdapter/index.d.ts.map +1 -0
  21. package/dist/httpAdapter/index.js +10 -0
  22. package/dist/httpAdapter/index.js.map +1 -0
  23. package/dist/httpAdapter/node/httpNode.adapter.d.ts +42 -0
  24. package/dist/httpAdapter/node/httpNode.adapter.d.ts.map +1 -0
  25. package/dist/httpAdapter/node/httpNode.adapter.js +221 -0
  26. package/dist/httpAdapter/node/httpNode.adapter.js.map +1 -0
  27. package/dist/httpAdapter/node/httpNode.request.d.ts.map +1 -0
  28. package/dist/httpAdapter/node/httpNode.response.d.ts.map +1 -0
  29. package/dist/httpAdapter/node/httpNode.server.d.ts +39 -0
  30. package/dist/httpAdapter/node/httpNode.server.d.ts.map +1 -0
  31. package/dist/httpAdapter/node/httpNode.server.js +228 -0
  32. package/dist/httpAdapter/node/httpNode.server.js.map +1 -0
  33. package/dist/httpAdapter/node/httpNode.type.d.ts.map +1 -0
  34. package/dist/httpAdapter/node/index.d.ts +11 -0
  35. package/dist/httpAdapter/node/index.d.ts.map +1 -0
  36. package/dist/httpAdapter/node/index.js +11 -0
  37. package/dist/httpAdapter/node/index.js.map +1 -0
  38. package/dist/httpAgent/http.agent.d.ts.map +1 -0
  39. package/dist/httpAgent/index.d.ts +7 -0
  40. package/dist/httpAgent/index.d.ts.map +1 -0
  41. package/dist/httpAgent/index.js +7 -0
  42. package/dist/httpAgent/index.js.map +1 -0
  43. package/dist/httpBody/http.body.d.ts +36 -0
  44. package/dist/httpBody/http.body.d.ts.map +1 -0
  45. package/dist/httpBody/http.body.js +245 -0
  46. package/dist/httpBody/http.body.js.map +1 -0
  47. package/dist/httpBody/httpBody.formData.d.ts +48 -0
  48. package/dist/httpBody/httpBody.formData.d.ts.map +1 -0
  49. package/dist/httpBody/httpBody.formData.js +366 -0
  50. package/dist/httpBody/httpBody.formData.js.map +1 -0
  51. package/dist/httpBody/httpBody.parser.d.ts +44 -0
  52. package/dist/httpBody/httpBody.parser.d.ts.map +1 -0
  53. package/dist/httpBody/httpBody.parser.js +233 -0
  54. package/dist/httpBody/httpBody.parser.js.map +1 -0
  55. package/dist/httpBody/index.d.ts +9 -0
  56. package/dist/httpBody/index.d.ts.map +1 -0
  57. package/dist/httpBody/index.js +9 -0
  58. package/dist/httpBody/index.js.map +1 -0
  59. package/dist/httpCacheControl/core/httpCacheControl.parse.d.ts.map +1 -0
  60. package/dist/httpCacheControl/core/httpCacheControl.type.d.ts.map +1 -0
  61. package/dist/httpCacheControl/core/httpCacheControl.validation.d.ts.map +1 -0
  62. package/dist/httpCacheControl/core/index.d.ts.map +1 -0
  63. package/dist/httpCacheControl/httpCacheControl.core.d.ts.map +1 -0
  64. package/dist/httpCacheControl/httpCacheControl.factory.d.ts.map +1 -0
  65. package/dist/httpCacheControl/httpCacheControl.freshness.d.ts.map +1 -0
  66. package/dist/httpCacheControl/httpCacheControl.requestHelper.d.ts.map +1 -0
  67. package/dist/httpCacheControl/httpCacheControl.responseHelper.d.ts.map +1 -0
  68. package/dist/httpCacheControl/index.d.ts +7 -0
  69. package/dist/httpCacheControl/index.d.ts.map +1 -0
  70. package/dist/httpCacheControl/index.js +7 -0
  71. package/dist/httpCacheControl/index.js.map +1 -0
  72. package/dist/httpClient/httpClient.abort.d.ts.map +1 -0
  73. package/dist/httpClient/httpClient.body.d.ts.map +1 -0
  74. package/dist/httpClient/httpClient.client.d.ts.map +1 -0
  75. package/dist/httpClient/httpClient.context.d.ts.map +1 -0
  76. package/dist/httpClient/httpClient.error.d.ts +9 -0
  77. package/dist/httpClient/httpClient.error.d.ts.map +1 -0
  78. package/dist/httpClient/httpClient.error.js +9 -0
  79. package/dist/httpClient/httpClient.error.js.map +1 -0
  80. package/dist/httpClient/httpClient.errorNormalizer.d.ts.map +1 -0
  81. package/dist/httpClient/httpClient.executor.d.ts.map +1 -0
  82. package/dist/httpClient/httpClient.factory.d.ts.map +1 -0
  83. package/dist/httpClient/httpClient.headers.d.ts.map +1 -0
  84. package/dist/httpClient/httpClient.helpers.d.ts.map +1 -0
  85. package/dist/httpClient/httpClient.interceptors.d.ts.map +1 -0
  86. package/dist/httpClient/httpClient.methods.d.ts.map +1 -0
  87. package/dist/httpClient/httpClient.response.d.ts.map +1 -0
  88. package/dist/httpClient/httpClient.retry.d.ts +38 -0
  89. package/dist/httpClient/httpClient.retry.d.ts.map +1 -0
  90. package/dist/httpClient/httpClient.retry.js +61 -0
  91. package/dist/httpClient/httpClient.retry.js.map +1 -0
  92. package/dist/httpClient/httpClient.type.d.ts.map +1 -0
  93. package/dist/httpClient/httpClient.typeGuards.d.ts.map +1 -0
  94. package/dist/httpClient/httpClient.url.d.ts.map +1 -0
  95. package/dist/httpClient/index.d.ts +17 -0
  96. package/dist/httpClient/index.d.ts.map +1 -0
  97. package/dist/httpClient/index.js +17 -0
  98. package/dist/httpClient/index.js.map +1 -0
  99. package/dist/httpCompression/http.compression.d.ts.map +1 -0
  100. package/dist/httpCompression/index.d.ts +7 -0
  101. package/dist/httpCompression/index.d.ts.map +1 -0
  102. package/dist/httpCompression/index.js +7 -0
  103. package/dist/httpCompression/index.js.map +1 -0
  104. package/dist/httpConditional/httpConditional.core.d.ts.map +1 -0
  105. package/dist/httpConditional/index.d.ts +7 -0
  106. package/dist/httpConditional/index.d.ts.map +1 -0
  107. package/dist/httpConditional/index.js +7 -0
  108. package/dist/httpConditional/index.js.map +1 -0
  109. package/dist/httpConstants/http.constants.d.ts +171 -0
  110. package/dist/httpConstants/http.constants.d.ts.map +1 -0
  111. package/dist/httpConstants/http.constants.js +294 -0
  112. package/dist/httpConstants/http.constants.js.map +1 -0
  113. package/dist/httpConstants/index.d.ts +7 -0
  114. package/dist/httpConstants/index.d.ts.map +1 -0
  115. package/dist/httpConstants/index.js +7 -0
  116. package/dist/httpConstants/index.js.map +1 -0
  117. package/dist/httpContentDisposition/httpContentDisposition.core.d.ts.map +1 -0
  118. package/dist/httpContentDisposition/index.d.ts +7 -0
  119. package/dist/httpContentDisposition/index.d.ts.map +1 -0
  120. package/dist/httpContentDisposition/index.js +7 -0
  121. package/dist/httpContentDisposition/index.js.map +1 -0
  122. package/dist/httpContentType/httpContentType.boundary.d.ts.map +1 -0
  123. package/dist/httpContentType/httpContentType.category.d.ts.map +1 -0
  124. package/dist/httpContentType/httpContentType.categoryBinary.d.ts.map +1 -0
  125. package/dist/httpContentType/httpContentType.charset.d.ts.map +1 -0
  126. package/dist/httpContentType/httpContentType.constructors.d.ts.map +1 -0
  127. package/dist/httpContentType/httpContentType.formatter.d.ts.map +1 -0
  128. package/dist/httpContentType/httpContentType.matcher.d.ts.map +1 -0
  129. package/dist/httpContentType/httpContentType.mediaTypes.d.ts.map +1 -0
  130. package/dist/httpContentType/httpContentType.normalizer.d.ts.map +1 -0
  131. package/dist/httpContentType/httpContentType.parameter.d.ts.map +1 -0
  132. package/dist/httpContentType/httpContentType.parser.d.ts.map +1 -0
  133. package/dist/httpContentType/httpContentType.parserHelpers.d.ts.map +1 -0
  134. package/dist/httpContentType/httpContentType.type.d.ts.map +1 -0
  135. package/dist/httpContentType/index.d.ts +19 -0
  136. package/dist/httpContentType/index.d.ts.map +1 -0
  137. package/dist/httpContentType/index.js +19 -0
  138. package/dist/httpContentType/index.js.map +1 -0
  139. package/dist/httpContext/http.context.d.ts +45 -0
  140. package/dist/httpContext/http.context.d.ts.map +1 -0
  141. package/dist/httpContext/http.context.js +157 -0
  142. package/dist/httpContext/http.context.js.map +1 -0
  143. package/dist/httpContext/index.d.ts +7 -0
  144. package/dist/httpContext/index.d.ts.map +1 -0
  145. package/dist/httpContext/index.js +7 -0
  146. package/dist/httpContext/index.js.map +1 -0
  147. package/dist/httpCookies/http.cookies.d.ts.map +1 -0
  148. package/dist/httpCookies/index.d.ts +7 -0
  149. package/dist/httpCookies/index.d.ts.map +1 -0
  150. package/dist/httpCookies/index.js +7 -0
  151. package/dist/httpCookies/index.js.map +1 -0
  152. package/dist/httpCors/http.cors.d.ts.map +1 -0
  153. package/dist/httpCors/index.d.ts +7 -0
  154. package/dist/httpCors/index.d.ts.map +1 -0
  155. package/dist/httpCors/index.js +7 -0
  156. package/dist/httpCors/index.js.map +1 -0
  157. package/dist/httpCsp/checks/httpCsp.checks.d.ts.map +1 -0
  158. package/dist/httpCsp/checks/index.d.ts.map +1 -0
  159. package/dist/httpCsp/formatting/httpCsp.formatting.d.ts.map +1 -0
  160. package/dist/httpCsp/formatting/index.d.ts.map +1 -0
  161. package/dist/httpCsp/index.d.ts +19 -0
  162. package/dist/httpCsp/index.d.ts.map +1 -0
  163. package/dist/httpCsp/index.js +17 -0
  164. package/dist/httpCsp/index.js.map +1 -0
  165. package/dist/httpCsp/internal/httpCsp.internal.d.ts.map +1 -0
  166. package/dist/httpCsp/internal/index.d.ts.map +1 -0
  167. package/dist/httpCsp/nonce/httpCsp.nonce.d.ts.map +1 -0
  168. package/dist/httpCsp/nonce/index.d.ts.map +1 -0
  169. package/dist/httpCsp/parsing/httpCsp.parsing.d.ts.map +1 -0
  170. package/dist/httpCsp/parsing/index.d.ts.map +1 -0
  171. package/dist/httpCsp/policies/httpCsp.policies.d.ts.map +1 -0
  172. package/dist/httpCsp/policies/index.d.ts.map +1 -0
  173. package/dist/httpCsp/reportOnly/httpCsp.reportOnly.d.ts.map +1 -0
  174. package/dist/httpCsp/reportOnly/index.d.ts.map +1 -0
  175. package/dist/httpCsp/sources/httpCsp.sources.d.ts.map +1 -0
  176. package/dist/httpCsp/sources/index.d.ts.map +1 -0
  177. package/dist/httpCsp/types/httpCsp.constant.d.ts.map +1 -0
  178. package/dist/httpCsp/types/httpCsp.type.d.ts.map +1 -0
  179. package/dist/httpCsp/types/index.d.ts.map +1 -0
  180. package/dist/httpCsp/validation/httpCsp.validate.d.ts.map +1 -0
  181. package/dist/httpCsp/validation/httpCsp.validation.d.ts.map +1 -0
  182. package/dist/httpCsp/validation/index.d.ts.map +1 -0
  183. package/dist/httpErrors/factories/httpError.clientError.d.ts.map +1 -0
  184. package/dist/httpErrors/factories/httpError.serverError.d.ts.map +1 -0
  185. package/dist/httpErrors/httpError.base.d.ts +42 -0
  186. package/dist/httpErrors/httpError.base.d.ts.map +1 -0
  187. package/dist/httpErrors/httpError.base.js +73 -0
  188. package/dist/httpErrors/httpError.base.js.map +1 -0
  189. package/dist/httpErrors/httpError.helper.d.ts.map +1 -0
  190. package/dist/httpErrors/httpError.invalidJson.d.ts.map +1 -0
  191. package/dist/httpErrors/httpError.type.d.ts +69 -0
  192. package/dist/httpErrors/httpError.type.d.ts.map +1 -0
  193. package/dist/httpErrors/httpError.type.js +7 -0
  194. package/dist/httpErrors/httpError.type.js.map +1 -0
  195. package/dist/httpErrors/httpError.typeGuard.d.ts.map +1 -0
  196. package/dist/httpErrors/index.d.ts +13 -0
  197. package/dist/httpErrors/index.d.ts.map +1 -0
  198. package/dist/httpErrors/index.js +13 -0
  199. package/dist/httpErrors/index.js.map +1 -0
  200. package/dist/httpFormData/index.d.ts +7 -0
  201. package/dist/httpFormData/index.d.ts.map +1 -0
  202. package/dist/httpFormData/index.js +7 -0
  203. package/dist/httpFormData/index.js.map +1 -0
  204. package/dist/httpHeaders/authorization/httpHeaders.authorization.d.ts.map +1 -0
  205. package/dist/httpHeaders/authorization/index.d.ts +8 -0
  206. package/dist/httpHeaders/authorization/index.d.ts.map +1 -0
  207. package/dist/httpHeaders/authorization/index.js +8 -0
  208. package/dist/httpHeaders/authorization/index.js.map +1 -0
  209. package/dist/httpHeaders/basic/httpHeaders.basic.d.ts.map +1 -0
  210. package/dist/httpHeaders/basic/httpHeaders.basicMatch.d.ts.map +1 -0
  211. package/dist/httpHeaders/basic/index.d.ts +8 -0
  212. package/dist/httpHeaders/basic/index.d.ts.map +1 -0
  213. package/dist/httpHeaders/basic/index.js +8 -0
  214. package/dist/httpHeaders/basic/index.js.map +1 -0
  215. package/dist/httpHeaders/cacheControl/httpHeaders.cacheControl.d.ts.map +1 -0
  216. package/dist/httpHeaders/cacheControl/httpHeaders.cacheControlBuilder.d.ts.map +1 -0
  217. package/dist/httpHeaders/cacheControl/httpHeaders.cacheControlParse.d.ts.map +1 -0
  218. package/dist/httpHeaders/cacheControl/httpHeaders.cacheControlTokens.d.ts.map +1 -0
  219. package/dist/httpHeaders/cacheControl/index.d.ts +10 -0
  220. package/dist/httpHeaders/cacheControl/index.d.ts.map +1 -0
  221. package/dist/httpHeaders/cacheControl/index.js +10 -0
  222. package/dist/httpHeaders/cacheControl/index.js.map +1 -0
  223. package/dist/httpHeaders/conversion/httpHeaders.conversion.d.ts.map +1 -0
  224. package/dist/httpHeaders/conversion/httpHeaders.conversionObject.d.ts.map +1 -0
  225. package/dist/httpHeaders/conversion/index.d.ts +8 -0
  226. package/dist/httpHeaders/conversion/index.d.ts.map +1 -0
  227. package/dist/httpHeaders/conversion/index.js +8 -0
  228. package/dist/httpHeaders/conversion/index.js.map +1 -0
  229. package/dist/httpHeaders/date/httpHeaders.date.d.ts.map +1 -0
  230. package/dist/httpHeaders/date/index.d.ts +8 -0
  231. package/dist/httpHeaders/date/index.d.ts.map +1 -0
  232. package/dist/httpHeaders/date/index.js +8 -0
  233. package/dist/httpHeaders/date/index.js.map +1 -0
  234. package/dist/httpHeaders/etag/httpHeaders.etag.d.ts.map +1 -0
  235. package/dist/httpHeaders/etag/httpHeaders.etagMatch.d.ts.map +1 -0
  236. package/dist/httpHeaders/etag/index.d.ts +8 -0
  237. package/dist/httpHeaders/etag/index.d.ts.map +1 -0
  238. package/dist/httpHeaders/etag/index.js +8 -0
  239. package/dist/httpHeaders/etag/index.js.map +1 -0
  240. package/dist/httpHeaders/forwarded/httpHeaders.forwarded.d.ts.map +1 -0
  241. package/dist/httpHeaders/forwarded/index.d.ts +8 -0
  242. package/dist/httpHeaders/forwarded/index.d.ts.map +1 -0
  243. package/dist/httpHeaders/forwarded/index.js +8 -0
  244. package/dist/httpHeaders/forwarded/index.js.map +1 -0
  245. package/dist/httpHeaders/http.headers.d.ts.map +1 -0
  246. package/dist/httpHeaders/index.d.ts +14 -0
  247. package/dist/httpHeaders/index.d.ts.map +1 -0
  248. package/dist/httpHeaders/index.js +14 -0
  249. package/dist/httpHeaders/index.js.map +1 -0
  250. package/dist/httpHeaders/internal/httpHeaders.internal.cacheControl.d.ts.map +1 -0
  251. package/dist/httpHeaders/internal/httpHeaders.internal.mediaType.d.ts.map +1 -0
  252. package/dist/httpHeaders/internal/httpHeaders.internal.specificity.d.ts.map +1 -0
  253. package/dist/httpHeaders/internal/httpHeaders.internal.typeGuards.d.ts.map +1 -0
  254. package/dist/httpHeaders/internal/httpHeaders.internal.weightedValues.d.ts.map +1 -0
  255. package/dist/httpHeaders/internal/index.d.ts +12 -0
  256. package/dist/httpHeaders/internal/index.d.ts.map +1 -0
  257. package/dist/httpHeaders/internal/index.js +12 -0
  258. package/dist/httpHeaders/internal/index.js.map +1 -0
  259. package/dist/httpHeaders/list/httpHeaders.list.d.ts.map +1 -0
  260. package/dist/httpHeaders/list/httpHeaders.listMutation.d.ts.map +1 -0
  261. package/dist/httpHeaders/list/index.d.ts +8 -0
  262. package/dist/httpHeaders/list/index.d.ts.map +1 -0
  263. package/dist/httpHeaders/list/index.js +8 -0
  264. package/dist/httpHeaders/list/index.js.map +1 -0
  265. package/dist/httpHeaders/negotiation/httpHeaders.contentNegotiation.d.ts.map +1 -0
  266. package/dist/httpHeaders/negotiation/httpHeaders.contentNegotiationSelect.d.ts.map +1 -0
  267. package/dist/httpHeaders/negotiation/httpHeaders.encodingNegotiation.d.ts.map +1 -0
  268. package/dist/httpHeaders/negotiation/httpHeaders.encodingNegotiationSelect.d.ts.map +1 -0
  269. package/dist/httpHeaders/negotiation/httpHeaders.languageNegotiation.d.ts.map +1 -0
  270. package/dist/httpHeaders/negotiation/index.d.ts +11 -0
  271. package/dist/httpHeaders/negotiation/index.d.ts.map +1 -0
  272. package/dist/httpHeaders/negotiation/index.js +11 -0
  273. package/dist/httpHeaders/negotiation/index.js.map +1 -0
  274. package/dist/httpHeaders/range/httpHeaders.contentRange.d.ts.map +1 -0
  275. package/dist/httpHeaders/range/httpHeaders.contentRangeParse.d.ts.map +1 -0
  276. package/dist/httpHeaders/range/httpHeaders.range.d.ts.map +1 -0
  277. package/dist/httpHeaders/range/httpHeaders.rangeResolution.d.ts.map +1 -0
  278. package/dist/httpHeaders/range/httpHeaders.rangeSingle.d.ts.map +1 -0
  279. package/dist/httpHeaders/range/index.d.ts +11 -0
  280. package/dist/httpHeaders/range/index.d.ts.map +1 -0
  281. package/dist/httpHeaders/range/index.js +11 -0
  282. package/dist/httpHeaders/range/index.js.map +1 -0
  283. package/dist/httpHeaders/security/httpHeaders.security.d.ts.map +1 -0
  284. package/dist/httpHeaders/security/index.d.ts +8 -0
  285. package/dist/httpHeaders/security/index.d.ts.map +1 -0
  286. package/dist/httpHeaders/security/index.js +8 -0
  287. package/dist/httpHeaders/security/index.js.map +1 -0
  288. package/dist/httpHeaders/types/httpHeaders.type.d.ts.map +1 -0
  289. package/dist/httpHeaders/types/index.d.ts +7 -0
  290. package/dist/httpHeaders/types/index.d.ts.map +1 -0
  291. package/dist/httpHeaders/types/index.js +7 -0
  292. package/dist/httpHeaders/types/index.js.map +1 -0
  293. package/dist/httpHsts/http.hsts.d.ts.map +1 -0
  294. package/dist/httpHsts/index.d.ts +7 -0
  295. package/dist/httpHsts/index.d.ts.map +1 -0
  296. package/dist/httpHsts/index.js +7 -0
  297. package/dist/httpHsts/index.js.map +1 -0
  298. package/dist/httpInterceptors/builtin/httpInterceptor.request.d.ts.map +1 -0
  299. package/dist/httpInterceptors/builtin/httpInterceptor.request.js +79 -0
  300. package/dist/httpInterceptors/builtin/httpInterceptor.request.js.map +1 -0
  301. package/dist/httpInterceptors/builtin/httpInterceptor.response.d.ts.map +1 -0
  302. package/dist/httpInterceptors/builtin/index.d.ts.map +1 -0
  303. package/dist/httpInterceptors/http.interceptors.d.ts.map +1 -0
  304. package/dist/httpInterceptors/httpInterceptor.helper.d.ts.map +1 -0
  305. package/dist/httpInterceptors/httpInterceptor.middleware.d.ts.map +1 -0
  306. package/dist/httpInterceptors/httpInterceptor.type.d.ts.map +1 -0
  307. package/dist/httpInterceptors/index.d.ts +7 -0
  308. package/dist/httpInterceptors/index.d.ts.map +1 -0
  309. package/dist/httpInterceptors/index.js +7 -0
  310. package/dist/httpInterceptors/index.js.map +1 -0
  311. package/dist/httpInterceptors/manager/httpInterceptor.lookup.d.ts.map +1 -0
  312. package/dist/httpInterceptors/manager/httpInterceptor.manager.d.ts.map +1 -0
  313. package/dist/httpInterceptors/manager/httpInterceptor.registration.d.ts.map +1 -0
  314. package/dist/httpInterceptors/manager/httpInterceptor.snapshot.d.ts.map +1 -0
  315. package/dist/httpInterceptors/manager/index.d.ts.map +1 -0
  316. package/dist/httpKeepAlive/httpKeepAlive.core.d.ts.map +1 -0
  317. package/dist/httpKeepAlive/index.d.ts +7 -0
  318. package/dist/httpKeepAlive/index.d.ts.map +1 -0
  319. package/dist/httpKeepAlive/index.js +7 -0
  320. package/dist/httpKeepAlive/index.js.map +1 -0
  321. package/dist/httpMethods/http.methods.d.ts.map +1 -0
  322. package/dist/httpMethods/index.d.ts +7 -0
  323. package/dist/httpMethods/index.d.ts.map +1 -0
  324. package/dist/httpMethods/index.js +7 -0
  325. package/dist/httpMethods/index.js.map +1 -0
  326. package/dist/httpMiddleware/builtin/compose/httpMiddleware.compose.d.ts.map +1 -0
  327. package/dist/httpMiddleware/builtin/compose/index.d.ts.map +1 -0
  328. package/dist/httpMiddleware/builtin/conditional/httpMiddleware.conditional.d.ts.map +1 -0
  329. package/dist/httpMiddleware/builtin/conditional/index.d.ts.map +1 -0
  330. package/dist/httpMiddleware/builtin/cors/httpMiddleware.cors.d.ts.map +1 -0
  331. package/dist/httpMiddleware/builtin/cors/index.d.ts.map +1 -0
  332. package/dist/httpMiddleware/builtin/helpers/httpMiddleware.accessor.d.ts.map +1 -0
  333. package/dist/httpMiddleware/builtin/helpers/httpMiddleware.accessor.js +52 -0
  334. package/dist/httpMiddleware/builtin/helpers/httpMiddleware.accessor.js.map +1 -0
  335. package/dist/httpMiddleware/builtin/helpers/httpMiddleware.contextHelper.d.ts.map +1 -0
  336. package/dist/httpMiddleware/builtin/helpers/httpMiddleware.normalizer.d.ts.map +1 -0
  337. package/dist/httpMiddleware/builtin/helpers/index.d.ts.map +1 -0
  338. package/dist/httpMiddleware/builtin/image/httpMiddleware.image.d.ts.map +1 -0
  339. package/dist/httpMiddleware/builtin/image/index.d.ts +7 -0
  340. package/dist/httpMiddleware/builtin/image/index.d.ts.map +1 -0
  341. package/dist/httpMiddleware/builtin/image/index.js +7 -0
  342. package/dist/httpMiddleware/builtin/image/index.js.map +1 -0
  343. package/dist/httpMiddleware/builtin/index.d.ts +18 -0
  344. package/dist/httpMiddleware/builtin/index.d.ts.map +1 -0
  345. package/dist/httpMiddleware/builtin/index.js +22 -0
  346. package/dist/httpMiddleware/builtin/index.js.map +1 -0
  347. package/dist/httpMiddleware/builtin/logging/httpMiddleware.logging.d.ts.map +1 -0
  348. package/dist/httpMiddleware/builtin/logging/index.d.ts.map +1 -0
  349. package/dist/httpMiddleware/builtin/security/httpMiddleware.security.d.ts.map +1 -0
  350. package/dist/httpMiddleware/builtin/security/index.d.ts.map +1 -0
  351. package/dist/httpMiddleware/builtin/static/httpMiddleware.static.d.ts.map +1 -0
  352. package/dist/httpMiddleware/builtin/static/index.d.ts +7 -0
  353. package/dist/httpMiddleware/builtin/static/index.d.ts.map +1 -0
  354. package/dist/httpMiddleware/builtin/static/index.js +7 -0
  355. package/dist/httpMiddleware/builtin/static/index.js.map +1 -0
  356. package/dist/httpMiddleware/builtin/timing/httpMiddleware.timing.d.ts.map +1 -0
  357. package/dist/httpMiddleware/builtin/timing/index.d.ts.map +1 -0
  358. package/dist/httpMiddleware/builtin/video/httpMiddleware.video.d.ts.map +1 -0
  359. package/dist/httpMiddleware/builtin/video/index.d.ts +7 -0
  360. package/dist/httpMiddleware/builtin/video/index.d.ts.map +1 -0
  361. package/dist/httpMiddleware/builtin/video/index.js +7 -0
  362. package/dist/httpMiddleware/builtin/video/index.js.map +1 -0
  363. package/dist/httpMiddleware/httpMiddleware.error.d.ts +38 -0
  364. package/dist/httpMiddleware/httpMiddleware.error.d.ts.map +1 -0
  365. package/dist/httpMiddleware/httpMiddleware.error.js +60 -0
  366. package/dist/httpMiddleware/httpMiddleware.error.js.map +1 -0
  367. package/dist/httpMiddleware/httpMiddleware.state.d.ts.map +1 -0
  368. package/dist/httpMiddleware/httpMiddleware.type.d.ts.map +1 -0
  369. package/dist/httpMiddleware/index.d.ts +11 -0
  370. package/dist/httpMiddleware/index.d.ts.map +1 -0
  371. package/dist/httpMiddleware/index.js +11 -0
  372. package/dist/httpMiddleware/index.js.map +1 -0
  373. package/dist/httpMiddleware/pipeline/httpMiddleware.pipeline.d.ts.map +1 -0
  374. package/dist/httpMiddleware/pipeline/httpPipeline.execution.d.ts.map +1 -0
  375. package/dist/httpMiddleware/pipeline/httpPipeline.helper.d.ts.map +1 -0
  376. package/dist/httpMiddleware/pipeline/httpPipeline.registration.d.ts.map +1 -0
  377. package/dist/httpMiddleware/pipeline/index.d.ts +10 -0
  378. package/dist/httpMiddleware/pipeline/index.d.ts.map +1 -0
  379. package/dist/httpMiddleware/pipeline/index.js +10 -0
  380. package/dist/httpMiddleware/pipeline/index.js.map +1 -0
  381. package/dist/httpMime/http.mime.d.ts.map +1 -0
  382. package/dist/httpMime/index.d.ts +7 -0
  383. package/dist/httpMime/index.d.ts.map +1 -0
  384. package/dist/httpMime/index.js +7 -0
  385. package/dist/httpMime/index.js.map +1 -0
  386. package/dist/httpMultipart/http.multipart.d.ts +42 -0
  387. package/dist/httpMultipart/http.multipart.d.ts.map +1 -0
  388. package/dist/httpMultipart/http.multipart.js +334 -0
  389. package/dist/httpMultipart/http.multipart.js.map +1 -0
  390. package/dist/httpMultipart/index.d.ts +7 -0
  391. package/dist/httpMultipart/index.d.ts.map +1 -0
  392. package/dist/httpMultipart/index.js +7 -0
  393. package/dist/httpMultipart/index.js.map +1 -0
  394. package/dist/httpNegotiation/httpNegotiation.accept.d.ts.map +1 -0
  395. package/dist/httpNegotiation/httpNegotiation.charset.d.ts.map +1 -0
  396. package/dist/httpNegotiation/httpNegotiation.construction.d.ts.map +1 -0
  397. package/dist/httpNegotiation/httpNegotiation.core.d.ts.map +1 -0
  398. package/dist/httpNegotiation/httpNegotiation.encoding.d.ts.map +1 -0
  399. package/dist/httpNegotiation/httpNegotiation.formatting.d.ts.map +1 -0
  400. package/dist/httpNegotiation/httpNegotiation.helpers.d.ts.map +1 -0
  401. package/dist/httpNegotiation/httpNegotiation.internal.d.ts.map +1 -0
  402. package/dist/httpNegotiation/httpNegotiation.language.d.ts.map +1 -0
  403. package/dist/httpNegotiation/httpNegotiation.mediaType.d.ts.map +1 -0
  404. package/dist/httpNegotiation/httpNegotiation.negotiate.d.ts.map +1 -0
  405. package/dist/httpNegotiation/httpNegotiation.parsing.d.ts.map +1 -0
  406. package/dist/httpNegotiation/httpNegotiation.quality.d.ts.map +1 -0
  407. package/dist/httpNegotiation/httpNegotiation.sorting.d.ts.map +1 -0
  408. package/dist/httpNegotiation/httpNegotiation.types.d.ts.map +1 -0
  409. package/dist/httpNegotiation/index.d.ts +7 -0
  410. package/dist/httpNegotiation/index.d.ts.map +1 -0
  411. package/dist/httpNegotiation/index.js +7 -0
  412. package/dist/httpNegotiation/index.js.map +1 -0
  413. package/dist/httpProtocol/http.protocol.d.ts.map +1 -0
  414. package/dist/httpProtocol/index.d.ts +7 -0
  415. package/dist/httpProtocol/index.d.ts.map +1 -0
  416. package/dist/httpProtocol/index.js +7 -0
  417. package/dist/httpProtocol/index.js.map +1 -0
  418. package/dist/httpProxy/http.proxy.d.ts.map +1 -0
  419. package/dist/httpProxy/index.d.ts +8 -0
  420. package/dist/httpProxy/index.d.ts.map +1 -0
  421. package/dist/httpProxy/index.js +8 -0
  422. package/dist/httpProxy/index.js.map +1 -0
  423. package/dist/httpQuery/http.query.d.ts.map +1 -0
  424. package/dist/httpQuery/httpQuery.string.d.ts.map +1 -0
  425. package/dist/httpQuery/index.d.ts +8 -0
  426. package/dist/httpQuery/index.d.ts.map +1 -0
  427. package/dist/httpQuery/index.js +8 -0
  428. package/dist/httpQuery/index.js.map +1 -0
  429. package/dist/httpRange/http.range.d.ts.map +1 -0
  430. package/dist/httpRange/index.d.ts +7 -0
  431. package/dist/httpRange/index.d.ts.map +1 -0
  432. package/dist/httpRange/index.js +7 -0
  433. package/dist/httpRange/index.js.map +1 -0
  434. package/dist/httpRedirect/http.redirect.d.ts.map +1 -0
  435. package/dist/httpRedirect/index.d.ts +7 -0
  436. package/dist/httpRedirect/index.d.ts.map +1 -0
  437. package/dist/httpRedirect/index.js +7 -0
  438. package/dist/httpRedirect/index.js.map +1 -0
  439. package/dist/httpRequest/http.request.d.ts.map +1 -0
  440. package/dist/httpRequest/httpRequest.context.constant.d.ts.map +1 -0
  441. package/dist/httpRequest/httpRequest.context.constant.js +8 -0
  442. package/dist/httpRequest/httpRequest.context.constant.js.map +1 -0
  443. package/dist/httpRequest/httpRequest.context.d.ts.map +1 -0
  444. package/dist/httpRequest/httpRequest.context.id.d.ts.map +1 -0
  445. package/dist/httpRequest/httpRequest.context.js +402 -0
  446. package/dist/httpRequest/httpRequest.context.js.map +1 -0
  447. package/dist/httpRequest/httpRequest.context.type.d.ts.map +1 -0
  448. package/dist/httpRequest/index.d.ts +8 -0
  449. package/dist/httpRequest/index.d.ts.map +1 -0
  450. package/dist/httpRequest/index.js +8 -0
  451. package/dist/httpRequest/index.js.map +1 -0
  452. package/dist/httpResponse/core/httpResponse.statusText.d.ts.map +1 -0
  453. package/dist/httpResponse/core/httpResponse.type.d.ts.map +1 -0
  454. package/dist/httpResponse/core/index.d.ts.map +1 -0
  455. package/dist/httpResponse/http.response.d.ts.map +1 -0
  456. package/dist/httpResponse/httpResponse.context.d.ts.map +1 -0
  457. package/dist/httpResponse/httpResponse.helper.d.ts.map +1 -0
  458. package/dist/httpResponse/httpResponse.writer.d.ts +52 -0
  459. package/dist/httpResponse/httpResponse.writer.d.ts.map +1 -0
  460. package/dist/httpResponse/httpResponse.writer.js +278 -0
  461. package/dist/httpResponse/httpResponse.writer.js.map +1 -0
  462. package/dist/httpResponse/index.d.ts +9 -0
  463. package/dist/httpResponse/index.d.ts.map +1 -0
  464. package/dist/httpResponse/index.js +9 -0
  465. package/dist/httpResponse/index.js.map +1 -0
  466. package/dist/httpSecurity/httpSecurity.config.d.ts +43 -0
  467. package/dist/httpSecurity/httpSecurity.config.d.ts.map +1 -0
  468. package/dist/httpSecurity/httpSecurity.config.js +26 -0
  469. package/dist/httpSecurity/httpSecurity.config.js.map +1 -0
  470. package/dist/httpSecurity/httpSecurity.guard.d.ts +29 -0
  471. package/dist/httpSecurity/httpSecurity.guard.d.ts.map +1 -0
  472. package/dist/httpSecurity/httpSecurity.guard.js +40 -0
  473. package/dist/httpSecurity/httpSecurity.guard.js.map +1 -0
  474. package/dist/httpSecurity/httpSecurity.validator.d.ts +42 -0
  475. package/dist/httpSecurity/httpSecurity.validator.d.ts.map +1 -0
  476. package/dist/httpSecurity/httpSecurity.validator.js +151 -0
  477. package/dist/httpSecurity/httpSecurity.validator.js.map +1 -0
  478. package/dist/httpSecurity/index.d.ts +14 -0
  479. package/dist/httpSecurity/index.d.ts.map +1 -0
  480. package/dist/httpSecurity/index.js +11 -0
  481. package/dist/httpSecurity/index.js.map +1 -0
  482. package/dist/httpSecurityHeaders/core/httpSecurityHeader.type.d.ts.map +1 -0
  483. package/dist/httpSecurityHeaders/core/httpSecurityHeader.validation.d.ts.map +1 -0
  484. package/dist/httpSecurityHeaders/core/index.d.ts.map +1 -0
  485. package/dist/httpSecurityHeaders/httpSecurity.headers.d.ts.map +1 -0
  486. package/dist/httpSecurityHeaders/httpSecurityHeader.factory.d.ts.map +1 -0
  487. package/dist/httpSecurityHeaders/httpSecurityHeader.individual.d.ts.map +1 -0
  488. package/dist/httpSecurityHeaders/httpSecurityHeader.permissionsPolicy.d.ts.map +1 -0
  489. package/dist/httpSecurityHeaders/httpSecurityHeader.recommended.d.ts.map +1 -0
  490. package/dist/httpSecurityHeaders/index.d.ts +7 -0
  491. package/dist/httpSecurityHeaders/index.d.ts.map +1 -0
  492. package/dist/httpSecurityHeaders/index.js +7 -0
  493. package/dist/httpSecurityHeaders/index.js.map +1 -0
  494. package/dist/httpServer/core/httpServer.core.d.ts +55 -0
  495. package/dist/httpServer/core/httpServer.core.d.ts.map +1 -0
  496. package/dist/httpServer/core/httpServer.core.js +240 -0
  497. package/dist/httpServer/core/httpServer.core.js.map +1 -0
  498. package/dist/httpServer/core/index.d.ts +7 -0
  499. package/dist/httpServer/core/index.d.ts.map +1 -0
  500. package/dist/httpServer/core/index.js +7 -0
  501. package/dist/httpServer/core/index.js.map +1 -0
  502. package/dist/httpServer/factory/httpServer.factory.d.ts +24 -0
  503. package/dist/httpServer/factory/httpServer.factory.d.ts.map +1 -0
  504. package/dist/httpServer/factory/httpServer.factory.js +67 -0
  505. package/dist/httpServer/factory/httpServer.factory.js.map +1 -0
  506. package/dist/httpServer/factory/index.d.ts +7 -0
  507. package/dist/httpServer/factory/index.d.ts.map +1 -0
  508. package/dist/httpServer/factory/index.js +7 -0
  509. package/dist/httpServer/factory/index.js.map +1 -0
  510. package/dist/httpServer/index.d.ts +10 -0
  511. package/dist/httpServer/index.d.ts.map +1 -0
  512. package/dist/httpServer/index.js +10 -0
  513. package/dist/httpServer/index.js.map +1 -0
  514. package/dist/httpServer/manager/httpServer.manager.d.ts +19 -0
  515. package/dist/httpServer/manager/httpServer.manager.d.ts.map +1 -0
  516. package/dist/httpServer/manager/httpServer.manager.js +57 -0
  517. package/dist/httpServer/manager/httpServer.manager.js.map +1 -0
  518. package/dist/httpServer/manager/index.d.ts +7 -0
  519. package/dist/httpServer/manager/index.d.ts.map +1 -0
  520. package/dist/httpServer/manager/index.js +7 -0
  521. package/dist/httpServer/manager/index.js.map +1 -0
  522. package/dist/httpServer/types/httpServer.type.d.ts +43 -0
  523. package/dist/httpServer/types/httpServer.type.d.ts.map +1 -0
  524. package/dist/httpServer/types/httpServer.type.js +8 -0
  525. package/dist/httpServer/types/httpServer.type.js.map +1 -0
  526. package/dist/httpStatus/httpStatus.categoryPredicate.d.ts.map +1 -0
  527. package/dist/httpStatus/httpStatus.clientErrorConstant.d.ts.map +1 -0
  528. package/dist/httpStatus/httpStatus.clientErrorTextConstant.d.ts.map +1 -0
  529. package/dist/httpStatus/httpStatus.collection.d.ts.map +1 -0
  530. package/dist/httpStatus/httpStatus.commonPredicate.d.ts.map +1 -0
  531. package/dist/httpStatus/httpStatus.constant.d.ts.map +1 -0
  532. package/dist/httpStatus/httpStatus.errorPredicate.d.ts.map +1 -0
  533. package/dist/httpStatus/httpStatus.info.d.ts.map +1 -0
  534. package/dist/httpStatus/httpStatus.informationalSuccessConstant.d.ts.map +1 -0
  535. package/dist/httpStatus/httpStatus.informationalSuccessTextConstant.d.ts.map +1 -0
  536. package/dist/httpStatus/httpStatus.lookup.d.ts.map +1 -0
  537. package/dist/httpStatus/httpStatus.name.d.ts.map +1 -0
  538. package/dist/httpStatus/httpStatus.predicate.d.ts.map +1 -0
  539. package/dist/httpStatus/httpStatus.redirectErrorConstant.d.ts.map +1 -0
  540. package/dist/httpStatus/httpStatus.redirectErrorTextConstant.d.ts.map +1 -0
  541. package/dist/httpStatus/httpStatus.redirectPredicate.d.ts.map +1 -0
  542. package/dist/httpStatus/httpStatus.redirectionConstant.d.ts.map +1 -0
  543. package/dist/httpStatus/httpStatus.redirectionTextConstant.d.ts.map +1 -0
  544. package/dist/httpStatus/httpStatus.semantics.d.ts.map +1 -0
  545. package/dist/httpStatus/httpStatus.serverErrorConstant.d.ts.map +1 -0
  546. package/dist/httpStatus/httpStatus.serverErrorTextConstant.d.ts.map +1 -0
  547. package/dist/httpStatus/httpStatus.statusConstant.d.ts.map +1 -0
  548. package/dist/httpStatus/httpStatus.statusTextConstant.d.ts.map +1 -0
  549. package/dist/httpStatus/httpStatus.type.d.ts.map +1 -0
  550. package/dist/httpStatus/httpStatus.validator.d.ts.map +1 -0
  551. package/dist/httpStatus/httpStatusCodes.constant.d.ts.map +1 -0
  552. package/dist/httpStatus/index.d.ts +20 -0
  553. package/dist/httpStatus/index.d.ts.map +1 -0
  554. package/dist/httpStatus/index.js +20 -0
  555. package/dist/httpStatus/index.js.map +1 -0
  556. package/dist/httpStream/httpStream.backpressure.d.ts +6 -0
  557. package/dist/httpStream/httpStream.backpressure.d.ts.map +1 -0
  558. package/dist/httpStream/httpStream.backpressure.js +38 -0
  559. package/dist/httpStream/httpStream.backpressure.js.map +1 -0
  560. package/dist/httpStream/httpStream.constants.d.ts +5 -0
  561. package/dist/httpStream/httpStream.constants.d.ts.map +1 -0
  562. package/dist/httpStream/httpStream.constants.js +5 -0
  563. package/dist/httpStream/httpStream.constants.js.map +1 -0
  564. package/dist/httpStream/httpStream.consume.d.ts +6 -0
  565. package/dist/httpStream/httpStream.consume.d.ts.map +1 -0
  566. package/dist/httpStream/httpStream.consume.js +70 -0
  567. package/dist/httpStream/httpStream.consume.js.map +1 -0
  568. package/dist/httpStream/httpStream.destroy.d.ts +5 -0
  569. package/dist/httpStream/httpStream.destroy.d.ts.map +1 -0
  570. package/dist/httpStream/httpStream.destroy.js +11 -0
  571. package/dist/httpStream/httpStream.destroy.js.map +1 -0
  572. package/dist/httpStream/httpStream.error.d.ts +8 -0
  573. package/dist/httpStream/httpStream.error.d.ts.map +1 -0
  574. package/dist/httpStream/httpStream.error.js +17 -0
  575. package/dist/httpStream/httpStream.error.js.map +1 -0
  576. package/dist/httpStream/httpStream.eventHelper.d.ts +13 -0
  577. package/dist/httpStream/httpStream.eventHelper.d.ts.map +1 -0
  578. package/dist/httpStream/httpStream.eventHelper.js +50 -0
  579. package/dist/httpStream/httpStream.eventHelper.js.map +1 -0
  580. package/dist/httpStream/httpStream.helper.d.ts +8 -0
  581. package/dist/httpStream/httpStream.helper.d.ts.map +1 -0
  582. package/dist/httpStream/httpStream.helper.js +35 -0
  583. package/dist/httpStream/httpStream.helper.js.map +1 -0
  584. package/dist/httpStream/httpStream.pipe.d.ts +7 -0
  585. package/dist/httpStream/httpStream.pipe.d.ts.map +1 -0
  586. package/dist/httpStream/httpStream.pipe.js +107 -0
  587. package/dist/httpStream/httpStream.pipe.js.map +1 -0
  588. package/dist/httpStream/httpStream.progress.d.ts +6 -0
  589. package/dist/httpStream/httpStream.progress.d.ts.map +1 -0
  590. package/dist/httpStream/httpStream.progress.js +100 -0
  591. package/dist/httpStream/httpStream.progress.js.map +1 -0
  592. package/dist/httpStream/httpStream.read.d.ts +7 -0
  593. package/dist/httpStream/httpStream.read.d.ts.map +1 -0
  594. package/dist/httpStream/httpStream.read.js +20 -0
  595. package/dist/httpStream/httpStream.read.js.map +1 -0
  596. package/dist/httpStream/httpStream.request.d.ts +8 -0
  597. package/dist/httpStream/httpStream.request.d.ts.map +1 -0
  598. package/dist/httpStream/httpStream.request.js +11 -0
  599. package/dist/httpStream/httpStream.request.js.map +1 -0
  600. package/dist/httpStream/httpStream.state.d.ts +8 -0
  601. package/dist/httpStream/httpStream.state.d.ts.map +1 -0
  602. package/dist/httpStream/httpStream.state.js +17 -0
  603. package/dist/httpStream/httpStream.state.js.map +1 -0
  604. package/dist/httpStream/httpStream.transform.d.ts +8 -0
  605. package/dist/httpStream/httpStream.transform.d.ts.map +1 -0
  606. package/dist/httpStream/httpStream.transform.js +17 -0
  607. package/dist/httpStream/httpStream.transform.js.map +1 -0
  608. package/dist/httpStream/httpStream.types.d.ts +19 -0
  609. package/dist/httpStream/httpStream.types.d.ts.map +1 -0
  610. package/dist/httpStream/httpStream.types.js +5 -0
  611. package/dist/httpStream/httpStream.types.js.map +1 -0
  612. package/dist/httpStream/index.d.ts +20 -0
  613. package/dist/httpStream/index.d.ts.map +1 -0
  614. package/dist/httpStream/index.js +20 -0
  615. package/dist/httpStream/index.js.map +1 -0
  616. package/dist/httpTrustProxy/httpTrustProxy.compilation.d.ts.map +1 -0
  617. package/dist/httpTrustProxy/httpTrustProxy.core.d.ts.map +1 -0
  618. package/dist/httpTrustProxy/httpTrustProxy.helper.d.ts.map +1 -0
  619. package/dist/httpTrustProxy/httpTrustProxy.parsing.d.ts.map +1 -0
  620. package/dist/httpTrustProxy/httpTrustProxy.type.d.ts.map +1 -0
  621. package/dist/httpTrustProxy/index.d.ts +7 -0
  622. package/dist/httpTrustProxy/index.d.ts.map +1 -0
  623. package/dist/httpTrustProxy/index.js +7 -0
  624. package/dist/httpTrustProxy/index.js.map +1 -0
  625. package/dist/httpTypes/http.types.d.ts +212 -0
  626. package/dist/httpTypes/http.types.d.ts.map +1 -0
  627. package/dist/httpTypes/http.types.js +15 -0
  628. package/dist/httpTypes/http.types.js.map +1 -0
  629. package/dist/httpTypes/index.d.ts +7 -0
  630. package/dist/httpTypes/index.d.ts.map +1 -0
  631. package/dist/httpTypes/index.js +7 -0
  632. package/dist/httpTypes/index.js.map +1 -0
  633. package/dist/httpUrl/http.url.d.ts.map +1 -0
  634. package/dist/httpUrl/index.d.ts +7 -0
  635. package/dist/httpUrl/index.d.ts.map +1 -0
  636. package/dist/httpUrl/index.js +7 -0
  637. package/dist/httpUrl/index.js.map +1 -0
  638. package/dist/httpValidation/httpValidationAssertion.d.ts.map +1 -0
  639. package/dist/httpValidation/httpValidationAuthority.d.ts.map +1 -0
  640. package/dist/httpValidation/httpValidationAuthorization.d.ts.map +1 -0
  641. package/dist/httpValidation/httpValidationCacheControl.d.ts.map +1 -0
  642. package/dist/httpValidation/httpValidationContentLength.d.ts.map +1 -0
  643. package/dist/httpValidation/httpValidationContentType.d.ts.map +1 -0
  644. package/dist/httpValidation/httpValidationCookie.d.ts.map +1 -0
  645. package/dist/httpValidation/httpValidationDate.d.ts.map +1 -0
  646. package/dist/httpValidation/httpValidationETag.d.ts.map +1 -0
  647. package/dist/httpValidation/httpValidationHeader.d.ts.map +1 -0
  648. package/dist/httpValidation/httpValidationHostname.d.ts.map +1 -0
  649. package/dist/httpValidation/httpValidationMessage.d.ts.map +1 -0
  650. package/dist/httpValidation/httpValidationMethod.d.ts.map +1 -0
  651. package/dist/httpValidation/httpValidationPort.d.ts.map +1 -0
  652. package/dist/httpValidation/httpValidationRange.d.ts.map +1 -0
  653. package/dist/httpValidation/httpValidationRequestTarget.d.ts.map +1 -0
  654. package/dist/httpValidation/httpValidationStatusCode.d.ts.map +1 -0
  655. package/dist/httpValidation/httpValidationToken.d.ts.map +1 -0
  656. package/dist/httpValidation/httpValidationTypes.type.d.ts.map +1 -0
  657. package/dist/httpValidation/httpValidationUrl.d.ts.map +1 -0
  658. package/dist/httpValidation/index.d.ts +29 -0
  659. package/dist/httpValidation/index.d.ts.map +1 -0
  660. package/dist/httpValidation/index.js +29 -0
  661. package/dist/httpValidation/index.js.map +1 -0
  662. package/package.json +57 -0
@@ -0,0 +1,48 @@
1
+ import type { IncomingMessage } from "node:http";
2
+ export interface HTTPFormDataFile {
3
+ readonly fieldName: string;
4
+ readonly filename: string;
5
+ readonly contentType: string;
6
+ readonly size: number;
7
+ readonly data: Buffer;
8
+ }
9
+ export interface HTTPFormDataField {
10
+ readonly name: string;
11
+ readonly value: string;
12
+ }
13
+ export type HTTPFormDataValue = string | HTTPFormDataFile;
14
+ export interface HTTPFormData {
15
+ readonly fields: ReadonlyMap<string, HTTPFormDataValue[]>;
16
+ readonly fieldNames: readonly string[];
17
+ get(name: string): HTTPFormDataValue | undefined;
18
+ getAll(name: string): readonly HTTPFormDataValue[];
19
+ has(name: string): boolean;
20
+ entries(): IterableIterator<readonly [string, HTTPFormDataValue]>;
21
+ keys(): IterableIterator<string>;
22
+ values(): IterableIterator<HTTPFormDataValue>;
23
+ forEach(callback: (value: HTTPFormDataValue, name: string) => void): void;
24
+ toObject(): Record<string, HTTPFormDataValue | HTTPFormDataValue[]>;
25
+ }
26
+ export interface HTTPFormDataParseOptions {
27
+ readonly request: IncomingMessage;
28
+ readonly limit?: number;
29
+ readonly maxFields?: number;
30
+ readonly maxFieldSize?: number;
31
+ readonly maxFileSize?: number;
32
+ readonly maxFiles?: number;
33
+ readonly strict?: boolean;
34
+ }
35
+ export declare const DEFAULT_FORM_DATA_LIMIT: number;
36
+ export declare const DEFAULT_MAX_FIELDS = 1000;
37
+ export declare const DEFAULT_MAX_FIELD_SIZE: number;
38
+ export declare const DEFAULT_MAX_FILE_SIZE: number;
39
+ export declare const DEFAULT_MAX_FILES = 100;
40
+ export declare function isMultipartContentType(contentType: string | undefined): boolean;
41
+ export declare function getMultipartBoundary(contentType: string | undefined): string | undefined;
42
+ export declare function parseFormData(options: HTTPFormDataParseOptions): Promise<HTTPFormData>;
43
+ export declare function parseMultipartBody(body: Buffer, boundary: string, options: Omit<HTTPFormDataParseOptions, "request" | "limit">): HTTPFormData;
44
+ export declare function sanitizeFilename(filename: string): string;
45
+ import { HttpFormDataError as HTTPFormDataError, HttpFormDataLimitError as HTTPFormDataLimitError, HttpFormDataParseError as HTTPFormDataParseError } from "@zudojs/errors";
46
+ export { HTTPFormDataError, HTTPFormDataLimitError, HTTPFormDataParseError };
47
+ export declare function createFormData(): HTTPFormData;
48
+ //# sourceMappingURL=httpBody.formData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpBody.formData.d.ts","sourceRoot":"","sources":["../../src/httpBody/httpBody.formData.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,366 @@
1
+ import { readBody } from "./http.body.js";
2
+ /* -------------------------------------------------------------------------- */
3
+ /* Defaults */
4
+ /* -------------------------------------------------------------------------- */
5
+ export const DEFAULT_FORM_DATA_LIMIT = 10 * 1024 * 1024;
6
+ export const DEFAULT_MAX_FIELDS = 1000;
7
+ export const DEFAULT_MAX_FIELD_SIZE = 1024 * 1024;
8
+ export const DEFAULT_MAX_FILE_SIZE = 10 * 1024 * 1024;
9
+ export const DEFAULT_MAX_FILES = 100;
10
+ /* -------------------------------------------------------------------------- */
11
+ /* Content Type */
12
+ /* -------------------------------------------------------------------------- */
13
+ export function isMultipartContentType(contentType) {
14
+ if (!contentType) {
15
+ return false;
16
+ }
17
+ return (contentType.split(";", 1)[0]?.trim().toLowerCase() === "multipart/form-data");
18
+ }
19
+ export function getMultipartBoundary(contentType) {
20
+ if (!contentType) {
21
+ return undefined;
22
+ }
23
+ const parts = contentType.split(";");
24
+ if (parts[0]?.trim().toLowerCase() !== "multipart/form-data") {
25
+ return undefined;
26
+ }
27
+ for (const part of parts.slice(1)) {
28
+ const index = part.indexOf("=");
29
+ if (index === -1) {
30
+ continue;
31
+ }
32
+ const key = part.slice(0, index).trim().toLowerCase();
33
+ if (key !== "boundary") {
34
+ continue;
35
+ }
36
+ let boundary = part.slice(index + 1).trim();
37
+ if (boundary.length >= 2 &&
38
+ boundary.startsWith('"') &&
39
+ boundary.endsWith('"')) {
40
+ boundary = boundary.slice(1, -1);
41
+ }
42
+ if (boundary.length === 0) {
43
+ return undefined;
44
+ }
45
+ return boundary;
46
+ }
47
+ return undefined;
48
+ }
49
+ /* -------------------------------------------------------------------------- */
50
+ /* Parser */
51
+ /* -------------------------------------------------------------------------- */
52
+ export async function parseFormData(options) {
53
+ const { request, limit = DEFAULT_FORM_DATA_LIMIT, maxFields = DEFAULT_MAX_FIELDS, maxFieldSize = DEFAULT_MAX_FIELD_SIZE, maxFileSize = DEFAULT_MAX_FILE_SIZE, maxFiles = DEFAULT_MAX_FILES, strict = true, } = options;
54
+ validateLimit(limit, "Form-data");
55
+ validateLimit(maxFields, "Maximum field count");
56
+ validateLimit(maxFieldSize, "Maximum field size");
57
+ validateLimit(maxFileSize, "Maximum file size");
58
+ validateLimit(maxFiles, "Maximum file count");
59
+ const contentType = request.headers["content-type"];
60
+ const normalizedContentType = Array.isArray(contentType)
61
+ ? contentType[0]
62
+ : contentType;
63
+ const boundary = getMultipartBoundary(normalizedContentType);
64
+ if (!boundary) {
65
+ throw new HTTPFormDataParseError("Multipart boundary is missing or invalid.");
66
+ }
67
+ if (boundary.length > 200) {
68
+ throw new HTTPFormDataParseError("Multipart boundary is too long.");
69
+ }
70
+ const body = await readBody({
71
+ request,
72
+ limit,
73
+ });
74
+ return parseMultipartBody(body, boundary, {
75
+ maxFields,
76
+ maxFieldSize,
77
+ maxFileSize,
78
+ maxFiles,
79
+ strict,
80
+ });
81
+ }
82
+ /* -------------------------------------------------------------------------- */
83
+ /* Multipart Parser */
84
+ /* -------------------------------------------------------------------------- */
85
+ export function parseMultipartBody(body, boundary, options) {
86
+ const { maxFields = DEFAULT_MAX_FIELDS, maxFieldSize = DEFAULT_MAX_FIELD_SIZE, maxFileSize = DEFAULT_MAX_FILE_SIZE, maxFiles = DEFAULT_MAX_FILES, strict = true, } = options;
87
+ const boundaryBuffer = Buffer.from(`--${boundary}`, "utf8");
88
+ const result = new HTTPFormDataImpl();
89
+ let position = 0;
90
+ let fieldCount = 0;
91
+ let fileCount = 0;
92
+ if (!body.subarray(0, boundaryBuffer.length).equals(boundaryBuffer)) {
93
+ throw new HTTPFormDataParseError("Invalid multipart body.");
94
+ }
95
+ position = boundaryBuffer.length;
96
+ while (position < body.length) {
97
+ if (body[position] === 45 && body[position + 1] === 45) {
98
+ break;
99
+ }
100
+ if (body[position] === 13 && body[position + 1] === 10) {
101
+ position += 2;
102
+ }
103
+ else if (strict) {
104
+ throw new HTTPFormDataParseError("Invalid multipart boundary separator.");
105
+ }
106
+ const nextBoundary = findBoundary(body, boundaryBuffer, position);
107
+ if (nextBoundary === -1) {
108
+ throw new HTTPFormDataParseError("Multipart closing boundary was not found.");
109
+ }
110
+ const partEnd = nextBoundary;
111
+ const headerEnd = findHeaderEnd(body, position, partEnd);
112
+ if (headerEnd === -1) {
113
+ throw new HTTPFormDataParseError("Multipart part headers are invalid.");
114
+ }
115
+ const headerBuffer = body.subarray(position, headerEnd);
116
+ const headers = parsePartHeaders(headerBuffer);
117
+ const disposition = headers.get("content-disposition");
118
+ if (!disposition) {
119
+ if (strict) {
120
+ throw new HTTPFormDataParseError("Multipart part is missing Content-Disposition.");
121
+ }
122
+ position = nextBoundary + boundaryBuffer.length;
123
+ continue;
124
+ }
125
+ const metadata = parseContentDisposition(disposition);
126
+ if (!metadata.name) {
127
+ if (strict) {
128
+ throw new HTTPFormDataParseError("Multipart part is missing a field name.");
129
+ }
130
+ position = nextBoundary + boundaryBuffer.length;
131
+ continue;
132
+ }
133
+ const dataStart = headerEnd + 4;
134
+ const dataEnd = partEnd;
135
+ const data = body.subarray(dataStart, dataEnd);
136
+ if (metadata.filename !== undefined) {
137
+ fileCount += 1;
138
+ if (fileCount > maxFiles) {
139
+ throw new HTTPFormDataLimitError("Maximum file count exceeded.");
140
+ }
141
+ if (data.length > maxFileSize) {
142
+ throw new HTTPFormDataLimitError("Multipart file exceeds the configured size limit.");
143
+ }
144
+ const filename = sanitizeFilename(metadata.filename);
145
+ const contentType = headers.get("content-type") ?? "application/octet-stream";
146
+ result.append(metadata.name, {
147
+ fieldName: metadata.name,
148
+ filename,
149
+ contentType,
150
+ size: data.length,
151
+ data: Buffer.from(data),
152
+ });
153
+ }
154
+ else {
155
+ fieldCount += 1;
156
+ if (fieldCount > maxFields) {
157
+ throw new HTTPFormDataLimitError("Maximum field count exceeded.");
158
+ }
159
+ if (data.length > maxFieldSize) {
160
+ throw new HTTPFormDataLimitError("Multipart field exceeds the configured size limit.");
161
+ }
162
+ const charset = getCharset(headers.get("content-type"));
163
+ result.append(metadata.name, data.toString(charset));
164
+ }
165
+ position = nextBoundary + boundaryBuffer.length;
166
+ }
167
+ return result;
168
+ }
169
+ /* -------------------------------------------------------------------------- */
170
+ /* HTTPFormData Implementation */
171
+ /* -------------------------------------------------------------------------- */
172
+ class HTTPFormDataImpl {
173
+ data = new Map();
174
+ get fields() {
175
+ return this.data;
176
+ }
177
+ get fieldNames() {
178
+ return Array.from(this.data.keys());
179
+ }
180
+ get(name) {
181
+ return this.data.get(name)?.[0];
182
+ }
183
+ getAll(name) {
184
+ return this.data.get(name) ?? [];
185
+ }
186
+ has(name) {
187
+ return this.data.has(name);
188
+ }
189
+ entries() {
190
+ return this.entryIterator();
191
+ }
192
+ keys() {
193
+ return this.keyIterator();
194
+ }
195
+ values() {
196
+ return this.valueIterator();
197
+ }
198
+ forEach(callback) {
199
+ for (const [name, values] of this.data) {
200
+ for (const value of values) {
201
+ callback(value, name);
202
+ }
203
+ }
204
+ }
205
+ toObject() {
206
+ const result = {};
207
+ for (const [name, values] of this.data) {
208
+ result[name] = values.length === 1 ? values[0] : [...values];
209
+ }
210
+ return result;
211
+ }
212
+ append(name, value) {
213
+ const existing = this.data.get(name);
214
+ if (existing) {
215
+ existing.push(value);
216
+ return;
217
+ }
218
+ this.data.set(name, [value]);
219
+ }
220
+ *entryIterator() {
221
+ for (const [name, values] of this.data) {
222
+ for (const value of values) {
223
+ yield [name, value];
224
+ }
225
+ }
226
+ }
227
+ *keyIterator() {
228
+ for (const [name, values] of this.data) {
229
+ for (let index = 0; index < values.length; index += 1) {
230
+ yield name;
231
+ }
232
+ }
233
+ }
234
+ *valueIterator() {
235
+ for (const values of this.data.values()) {
236
+ yield* values;
237
+ }
238
+ }
239
+ }
240
+ /* -------------------------------------------------------------------------- */
241
+ /* Headers */
242
+ /* -------------------------------------------------------------------------- */
243
+ function parsePartHeaders(input) {
244
+ const text = input.toString("latin1");
245
+ const result = new Map();
246
+ for (const line of text.split("\r\n")) {
247
+ const separator = line.indexOf(":");
248
+ if (separator <= 0) {
249
+ continue;
250
+ }
251
+ const name = line.slice(0, separator).trim().toLowerCase();
252
+ const value = line.slice(separator + 1).trim();
253
+ result.set(name, value);
254
+ }
255
+ return result;
256
+ }
257
+ function parseContentDisposition(value) {
258
+ const parts = value.split(";");
259
+ if (parts[0]?.trim().toLowerCase() !== "form-data") {
260
+ return {
261
+ name: undefined,
262
+ filename: undefined,
263
+ };
264
+ }
265
+ let name;
266
+ let filename;
267
+ for (const part of parts.slice(1)) {
268
+ const separator = part.indexOf("=");
269
+ if (separator === -1) {
270
+ continue;
271
+ }
272
+ const key = part.slice(0, separator).trim().toLowerCase();
273
+ let parameter = part.slice(separator + 1).trim();
274
+ if (parameter.length >= 2 &&
275
+ parameter.startsWith('"') &&
276
+ parameter.endsWith('"')) {
277
+ parameter = parameter.slice(1, -1);
278
+ }
279
+ parameter = parameter.replace(/\\"/g, '"');
280
+ if (key === "name") {
281
+ name = parameter;
282
+ }
283
+ if (key === "filename") {
284
+ filename = parameter;
285
+ }
286
+ }
287
+ return {
288
+ name,
289
+ filename,
290
+ };
291
+ }
292
+ /* -------------------------------------------------------------------------- */
293
+ /* Multipart Search */
294
+ /* -------------------------------------------------------------------------- */
295
+ function findBoundary(body, boundary, start) {
296
+ for (let index = start; index <= body.length - boundary.length; index += 1) {
297
+ if (body[index] !== 13 || body[index + 1] !== 10) {
298
+ continue;
299
+ }
300
+ if (body.subarray(index + 2, index + 2 + boundary.length).equals(boundary)) {
301
+ return index;
302
+ }
303
+ }
304
+ return -1;
305
+ }
306
+ function findHeaderEnd(body, start, end) {
307
+ for (let index = start; index + 3 < end; index += 1) {
308
+ if (body[index] === 13 &&
309
+ body[index + 1] === 10 &&
310
+ body[index + 2] === 13 &&
311
+ body[index + 3] === 10) {
312
+ return index;
313
+ }
314
+ }
315
+ return -1;
316
+ }
317
+ /* -------------------------------------------------------------------------- */
318
+ /* Filename Security */
319
+ /* -------------------------------------------------------------------------- */
320
+ export function sanitizeFilename(filename) {
321
+ const normalized = filename.replace(/\\/g, "/").split("/").pop() ?? "";
322
+ return normalized.replace(/[\x00-\x1f\x7f]/g, "").trim();
323
+ }
324
+ /* -------------------------------------------------------------------------- */
325
+ /* Charset */
326
+ /* -------------------------------------------------------------------------- */
327
+ function getCharset(contentType) {
328
+ if (!contentType) {
329
+ return "utf8";
330
+ }
331
+ const match = /charset\s*=\s*"?([^;"\s]+)"?/i.exec(contentType);
332
+ if (!match?.[1]) {
333
+ return "utf8";
334
+ }
335
+ const charset = match[1].toLowerCase();
336
+ if (charset === "utf-8" || charset === "utf8") {
337
+ return "utf8";
338
+ }
339
+ if (charset === "ascii") {
340
+ return "ascii";
341
+ }
342
+ if (charset === "latin1" || charset === "iso-8859-1") {
343
+ return "latin1";
344
+ }
345
+ return "utf8";
346
+ }
347
+ /* -------------------------------------------------------------------------- */
348
+ /* Validation */
349
+ /* -------------------------------------------------------------------------- */
350
+ function validateLimit(value, label) {
351
+ if (!Number.isSafeInteger(value) || value < 0) {
352
+ throw new RangeError(`${label} must be a non-negative safe integer.`);
353
+ }
354
+ }
355
+ /* -------------------------------------------------------------------------- */
356
+ /* Errors */
357
+ /* -------------------------------------------------------------------------- */
358
+ import { HttpFormDataError as HTTPFormDataError, HttpFormDataLimitError as HTTPFormDataLimitError, HttpFormDataParseError as HTTPFormDataParseError, } from "@zudojs/errors";
359
+ export { HTTPFormDataError, HTTPFormDataLimitError, HTTPFormDataParseError };
360
+ /* -------------------------------------------------------------------------- */
361
+ /* Factory */
362
+ /* -------------------------------------------------------------------------- */
363
+ export function createFormData() {
364
+ return new HTTPFormDataImpl();
365
+ }
366
+ //# sourceMappingURL=httpBody.formData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpBody.formData.js","sourceRoot":"","sources":["../../src/httpBody/httpBody.formData.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,44 @@
1
+ import type { IncomingMessage } from "node:http";
2
+ import { parseBody, readBody, readForm, readJSON, readText, type HTTPBodyReaderOptions, type HTTPBodyParseOptions } from "./http.body.js";
3
+ import { type MultipartForm, type MultipartOptions } from "../httpMultipart/http.multipart.js";
4
+ export type ParsedBody = unknown | Buffer | string | Record<string, string | string[]> | MultipartForm;
5
+ export type BodyParserFormat = "json" | "form" | "text" | "multipart" | "raw";
6
+ export interface BodyParserOptions extends HTTPBodyParseOptions {
7
+ readonly multipart?: MultipartOptions;
8
+ readonly strictContentType?: boolean;
9
+ }
10
+ export interface BodyParserResult<T = unknown> {
11
+ readonly body: T;
12
+ readonly format: BodyParserFormat;
13
+ readonly contentType?: string;
14
+ readonly contentLength?: number;
15
+ }
16
+ export interface BodyParser {
17
+ parse<T = unknown>(request: IncomingMessage): Promise<BodyParserResult<T>>;
18
+ }
19
+ export declare const DEFAULT_BODY_PARSER_OPTIONS: Required<Pick<BodyParserOptions, "limit" | "encoding" | "strictContentType">>;
20
+ export declare function parseRequestBody<T = ParsedBody>(request: IncomingMessage, options?: BodyParserOptions): Promise<BodyParserResult<T>>;
21
+ export declare function detectBodyFormat(contentType: string | undefined): BodyParserFormat;
22
+ export declare function parseJSONBody<T = unknown>(request: IncomingMessage, options?: BodyParserOptions): Promise<T>;
23
+ export declare function parseFormBody(request: IncomingMessage, options?: BodyParserOptions): Promise<Record<string, string | string[]>>;
24
+ export declare function parseTextBody(request: IncomingMessage, options?: BodyParserOptions): Promise<string>;
25
+ export declare function parseRawBody(request: IncomingMessage, options?: BodyParserOptions): Promise<Buffer>;
26
+ export declare function parseMultipartBody(request: IncomingMessage, options?: BodyParserOptions): Promise<MultipartForm>;
27
+ export declare function createBodyParser(options?: BodyParserOptions): BodyParser;
28
+ export declare function hasRequestBody(request: IncomingMessage): boolean;
29
+ export declare function getRequestContentType(request: IncomingMessage): string | undefined;
30
+ export declare function getRequestContentLength(request: IncomingMessage): number | undefined;
31
+ export declare function isJSONRequest(request: IncomingMessage): boolean;
32
+ export declare function isFormRequest(request: IncomingMessage): boolean;
33
+ export declare function isMultipartRequestBody(request: IncomingMessage): boolean;
34
+ export declare function isTextRequest(request: IncomingMessage): boolean;
35
+ import { BodyParserError, UnsupportedBodyTypeError, InvalidContentLengthError } from "@zudojs/errors";
36
+ export { BodyParserError, UnsupportedBodyTypeError, InvalidContentLengthError };
37
+ export interface ParsedBodyRequest extends IncomingMessage {
38
+ body?: unknown;
39
+ }
40
+ export declare function attachParsedBody(request: ParsedBodyRequest, options?: BodyParserOptions): Promise<BodyParserResult>;
41
+ export declare function parseBodyWithOptions<T = unknown>(request: IncomingMessage, options?: BodyParserOptions): Promise<T>;
42
+ export { parseBody, readBody, readForm, readJSON, readText };
43
+ export type { HTTPBodyReaderOptions, HTTPBodyParseOptions };
44
+ //# sourceMappingURL=httpBody.parser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpBody.parser.d.ts","sourceRoot":"","sources":["../../src/httpBody/httpBody.parser.ts"],"names":[],"mappings":"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"}