Skip to content

xiaxiaosheng/webhttpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
xiaxiaosheng
Sep 12, 2018
5b9d2f1 · Sep 12, 2018

History

12 Commits
Sep 12, 2018
Sep 11, 2018
Sep 11, 2018
Sep 11, 2018
Sep 11, 2018

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