Skip to content

HTTP server that is header-only and compiles under GCC 4.4.7 in --std=c++0x

License

Notifications You must be signed in to change notification settings

scraimer/http-cpp0x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-cpp0x

A C++ header-only HTTP server, that can be used with older compilers (any GCC that supports c++0x)

Goals:

  • Compile on GCC 4.4.7 with --std=c++0x
  • No exceptions, so it can be run with -fno-except (is that how you spell it?)
  • No RTTI, so can compile with -fno-rtti
  • Single header file

Secondary Goals:

To make a single monolithic header:

Concatenate all the headers in the 'include' directory

License:

Pick one:

  • MIT License (See attached LICENSE file)

  • Email me to explain why you need it, and I'll grant you a Public Domain license.

About

HTTP server that is header-only and compiles under GCC 4.4.7 in --std=c++0x

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published