feat: initial commit

This commit is contained in:
2024-07-06 21:21:10 +02:00
commit 96f7c2cfe7
21 changed files with 1511 additions and 0 deletions

3
http/libraries/common.ts Normal file
View File

@@ -0,0 +1,3 @@
export const NEW_LINE = "\r\n";
export const PROTOCOL = "HTTP/1.1";