Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
forked from panuph/httpcpp

A C++ library for building non-blocking (epoll Edge Triggered) HTTP servers/clients

Notifications You must be signed in to change notification settings

sguphil/httpcpp

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile and install the library

make && make install

The header, httpcpp.h, and the library, ./lib/libhttpcpp.a, will be placed in /usr/local/include and /usr/local/lib, respectively.

To produce the example

make example

The binary will be available in directory ./bin. To see how to program HTTP clients/servers using the APIs provided by the library, look at the code in example.cpp.

Disclaimer

I am by no means a C++ expert, but I try my best to write a simple and easy-to-understand code for the greatest benefit of mankind (sounds a little too big now!). What I am trying to say is if you find bugs (or believed to be ones) or have suggestion, please feel free to communicate to me by creating issues in GitHub. Of course, pull requests are warmly welcome.

About

A C++ library for building non-blocking (epoll Edge Triggered) HTTP servers/clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • Makefile 2.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.