Import node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llhttp.tar.xz
authorYadd <yadd@debian.org>
Fri, 5 Apr 2024 11:26:06 +0000 (15:26 +0400)
committerYadd <yadd@debian.org>
Fri, 5 Apr 2024 11:26:06 +0000 (15:26 +0400)
commit7f1cc1cf35f5d60c850ee1566566d13dd9aeb08f
tree3ed09a0e4959b60c0d99028b36456d891f0aa46c
Import node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llhttp.tar.xz

[dgit import orig node-undici_5.28.4+dfsg1+~cs23.12.11.orig-llhttp.tar.xz]
68 files changed:
.dockerignore [new file with mode: 0644]
.eslintrc.js [new file with mode: 0644]
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/aiohttp.yml [new file with mode: 0644]
.github/workflows/ci.yaml [new file with mode: 0644]
.github/workflows/codeql.yml [new file with mode: 0644]
.github/workflows/scorecards.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.npmrc [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CNAME [new file with mode: 0644]
CODE_OF_CONDUCT.md [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
_config.yml [new file with mode: 0644]
bench/index.ts [new file with mode: 0644]
bin/build_wasm.ts [new file with mode: 0644]
bin/generate.ts [new file with mode: 0755]
docs/releasing.md [new file with mode: 0644]
eslint.json [new file with mode: 0644]
examples/wasm.ts [new file with mode: 0644]
images/http-loose-none.png [new file with mode: 0644]
images/http-strict-none.png [new file with mode: 0644]
libllhttp.pc.in [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/common.gypi [new file with mode: 0644]
src/llhttp.gyp [new file with mode: 0644]
src/llhttp.ts [new file with mode: 0644]
src/llhttp/c-headers.ts [new file with mode: 0644]
src/llhttp/constants.ts [new file with mode: 0644]
src/llhttp/http.ts [new file with mode: 0644]
src/llhttp/url.ts [new file with mode: 0644]
src/llhttp/utils.ts [new file with mode: 0644]
src/native/api.c [new file with mode: 0644]
src/native/api.h [new file with mode: 0644]
src/native/http.c [new file with mode: 0644]
test/fixtures/extra.c [new file with mode: 0644]
test/fixtures/index.ts [new file with mode: 0644]
test/fuzzers/fuzz_parser.c [new file with mode: 0644]
test/md-test.ts [new file with mode: 0644]
test/request/connection.md [new file with mode: 0644]
test/request/content-length.md [new file with mode: 0644]
test/request/finish.md [new file with mode: 0644]
test/request/invalid.md [new file with mode: 0644]
test/request/lenient-headers.md [new file with mode: 0644]
test/request/lenient-version.md [new file with mode: 0644]
test/request/method.md [new file with mode: 0644]
test/request/pausing.md [new file with mode: 0644]
test/request/pipelining.md [new file with mode: 0644]
test/request/sample.md [new file with mode: 0644]
test/request/transfer-encoding.md [new file with mode: 0644]
test/request/uri.md [new file with mode: 0644]
test/response/connection.md [new file with mode: 0644]
test/response/content-length.md [new file with mode: 0644]
test/response/finish.md [new file with mode: 0644]
test/response/invalid.md [new file with mode: 0644]
test/response/lenient-version.md [new file with mode: 0644]
test/response/pausing.md [new file with mode: 0644]
test/response/pipelining.md [new file with mode: 0644]
test/response/sample.md [new file with mode: 0644]
test/response/transfer-encoding.md [new file with mode: 0644]
test/url.md [new file with mode: 0644]
tsconfig.base.json [new file with mode: 0644]
tsconfig.eslint.json [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]