eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

error: ‘Fastcgipp::Http::RequestMethod’ is not a class or namespace #111

Open duqingnian opened 1 year ago

duqingnian commented 1 year ago

in examples/email.cpp error: ‘Fastcgipp::Http::RequestMethod’ is not a class or namespace if(environment().requestMethod == Fastcgipp::Http::RequestMethod::HTTP_METHOD_POST)