An open API service indexing awesome lists of open source software.

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

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
```