Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A light weight http client/server based on libuv and picohttpparser

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)