https://github.com/neithern/libhttp
A light weight http client/server based on libuv and picohttpparser
https://github.com/neithern/libhttp
http libuv
Last synced: 7 months ago
JSON representation
A light weight http client/server based on libuv and picohttpparser
- Host: GitHub
- URL: https://github.com/neithern/libhttp
- Owner: neithern
- License: mit
- Created: 2020-02-08T13:43:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T03:17:57.000Z (over 4 years ago)
- Last Synced: 2025-03-24T17:01:45.918Z (10 months ago)
- Topics: http, libuv
- Language: C++
- Size: 273 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libhttp
A light weight with high performance http client/server based on [libuv](https://github.com/libuv/libuv) and [picohttpparser](https://github.com/h2o/picohttpparser).
- Http client:
example/[test-client.cpp](https://github.com/neithern/libhttp/blob/master/example/test-client.cpp)
- Http server:
example/[test-server.cpp](https://github.com/neithern/libhttp/blob/master/example/test-server.cpp)