summaryrefslogtreecommitdiffstats
path: root/third_party/python/aiohttp/vendor/llhttp/src/llhttp.ts
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/aiohttp/vendor/llhttp/src/llhttp.ts')
-rw-r--r--third_party/python/aiohttp/vendor/llhttp/src/llhttp.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/python/aiohttp/vendor/llhttp/src/llhttp.ts b/third_party/python/aiohttp/vendor/llhttp/src/llhttp.ts
new file mode 100644
index 0000000000..29adbe9ca9
--- /dev/null
+++ b/third_party/python/aiohttp/vendor/llhttp/src/llhttp.ts
@@ -0,0 +1,10 @@
+import * as constants from './llhttp/constants';
+
+import HTTPMode = constants.HTTPMode;
+
+export { constants };
+export { HTTPMode };
+
+export { HTTP } from './llhttp/http';
+export { URL } from './llhttp/url';
+export { CHeaders } from './llhttp/c-headers';