File tree
5 files changed
+28
-2
lines changed- docs
- tests
- vendor
5 files changed
+28
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| 113 | + | |
| 114 | + | |
113 | 115 |
| |
114 | 116 |
| |
115 | 117 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
685 | 685 |
| |
686 | 686 |
| |
687 | 687 |
| |
| 688 | + | |
688 | 689 |
| |
689 | 690 |
| |
690 | 691 |
| |
|
Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + |
- .github/workflows/ci.yaml+10-8
- .npmrc+1
- CMakeLists.txt+89-27
- Dockerfile+2-11
- Makefile+26-8
- README.md+288-4
- bench/index.ts+8-2
- bin/build_wasm.ts+27-12
- docs/releasing.md+65
- libllhttp.pc.in+10
- package-lock.json+848-1.5k
- package.json+5-4
- src/llhttp.gyp+10-1
- src/llhttp/c-headers.ts+13-6
- src/llhttp/constants.ts+267-42
- src/llhttp/http.ts+317-88
- src/llhttp/url.ts+6-12
- src/llhttp/utils.ts+5-5
- src/native/api.c+95-2
- src/native/api.h+31-10
- src/native/http.c+2-1
- test/fixtures/extra.c+204-17
- test/fixtures/index.ts+9-3
- test/md-test.ts+90-58
- test/request/connection.md+96
- test/request/content-length.md+101
- test/request/finish.md+12
- test/request/invalid.md+203
- test/request/lenient-headers.md+64
- test/request/lenient-version.md+23
- test/request/method.md+60
- test/request/pausing.md+381
- test/request/pipelining.md+66
- test/request/sample.md+65-26
- test/request/transfer-encoding.md+404-24
- test/request/uri.md+44
- test/response/connection.md+42
- test/response/content-length.md+45
- test/response/finish.md+2
- test/response/invalid.md+93
- test/response/lenient-version.md+20
- test/response/pausing.md+330
- test/response/pipelining.md+60
- test/response/sample.md+35-7
- test/response/transfer-encoding.md+350-16
0 commit comments