https://github.com/jingyuexing/httparse
used to parse HTTP request byte stream
https://github.com/jingyuexing/httparse
http lua typescript
Last synced: 7 days ago
JSON representation
used to parse HTTP request byte stream
- Host: GitHub
- URL: https://github.com/jingyuexing/httparse
- Owner: jingyuexing
- License: apache-2.0
- Created: 2022-02-28T02:44:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T08:24:30.000Z (over 4 years ago)
- Last Synced: 2025-08-30T13:37:27.240Z (10 months ago)
- Topics: http, lua, typescript
- Language: Lua
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTParse
Used to parse HTTP request byte stream
## Typescript
- build
```bash
cd Typescript && tsc
```
## lua
- test
```bash
cd lua && lua test/test.lua
```