Skip to content

xiaxiaosheng/webhttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webhttpd

a C++ http lib.

It's very easy to use.

Example:

twebhttpd::WebHttpd http;

http.set_port(8080);

http.handle_func("/hello", (twebhttpd::HandlerFunction*)helloworld);

http.start_service();

About

a C++ http lib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published