https://github.com/horance-liu/httplite
https://github.com/horance-liu/httplite
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/httplite
- Owner: horance-liu
- License: apache-2.0
- Created: 2018-12-21T09:28:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T09:29:23.000Z (over 6 years ago)
- Last Synced: 2025-04-15T01:16:40.658Z (14 days ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httplite
httplite is an light implements for http server.
## Build
```bash
$ bazel build //httplite
```## Format
```bash
$ tools/clang-format.sh
```