64e6264676
Add example how to handle PUT and POST in C++
2015-10-27 21:40:48 +01:00
4de9090577
Apply revised clang-format ( #207 ) to all actively maintained source files
2015-10-05 20:58:14 +02:00
d264808e52
Clean usage of const/not const mg_context* and mg_connection* handles in the API.
...
The API had an inconsistant usage of `const mg_connection *` and `mg_connection *`,
that may cause warnings (e.g., #109 ). Now all non-const `mg_connection *` is only
required to read/write the connection.
2015-04-29 00:13:25 +02:00
0a1f99c6bb
Remove misleading comment in CivetServer.h
...
See issue #92
2015-04-23 21:48:22 +02:00
724753a7da
Fix C++ build errors in Linux
2014-06-24 21:44:21 +02:00
be97d78aac
Enhance C++ embedding example for CivetServer::getParam test
2014-06-14 08:02:43 +02:00
c9f266e3a7
Issue #11 : Method to get POST request parameters via C++ interface
2014-03-22 23:02:07 +01:00
c471b9bdc9
C++ embedding example should do the same as the C embedding example
2014-01-10 22:22:26 +01:00
b745f22107
Normallized coding style in a predictable way.
...
Uses astyle program which is freely avaiable on all platforms.
2013-10-07 14:22:22 -04:00
e551b74564
Updated comments
2013-10-07 14:22:22 -04:00
840f3c4079
Stripped out extra test code.
2013-10-07 14:22:21 -04:00
6b7e1ff2a8
Made file dormat UNIX LF
2013-10-07 14:22:21 -04:00
031e2cd665
Relaxed the ordering contraint on the URI matches.
...
Solved by doing smart insertions.
2013-10-07 14:22:21 -04:00
af000e03c7
Added new URI to handler mapping for C code.
2013-10-07 14:22:21 -04:00
b2aee90d14
Regorganized directories to make them more intuitive
2013-10-07 14:22:16 -04:00