konteck / wpp

Single file embedded C++ web server
http://konteck.github.com/wpp
93 stars 47 forks source link

Added regex matching #16

Closed DanyHenriquez closed 1 year ago

DanyHenriquez commented 8 years ago

This checks for a regex and for the normal string path. If either is a match then it will continue.

It uses the std regex.

DanyHenriquez commented 8 years ago

Build failed because no "-std=c++11 " has been added I see.