← 返回首页
GitHub - awwit/httpserverapp: Sample application for C++ http server · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

awwit/httpserverapp

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

httpserverapp

Sample application for C++ http server.

Dependencies

Common:

Linux: dl, pthread, gnutls

Windows: ws2_32.lib, libgnutls.dll.a

Build

Linux:

git clone https://github.com/awwit/httpserverapp.git cd httpserverapp make

or

git clone https://github.com/awwit/httpserverapp.git cd httpserverapp mkdir build cd build qbs build -f ./../projects/qt-creator/httpserverapp.qbs release

Windows:

git clone https://github.com/awwit/httpserverapp.git cd httpserver mkdir build cd build devenv ./../projects/msvs/httpserverapp.sln /build

License

The source codes are licensed under the MIT, the full text of the license is located in the LICENSE file.

About

Sample application for C++ http server

Topics

Resources

License

Stars

28 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Footer

© 2026 GitHub, Inc.