1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
bel
5675cfe6c2 Add comments for the C++ wrapper 2014-06-20 23:32:17 +02:00
bel
db1e1eb028 C++ Wrapper: Store post data per connection instead of per server
Fix #2 as proposed on June 16 2014 - see:
See https://groups.google.com/forum/#!topic/civetweb/ri0mNRJ_5-4
2014-06-16 22:36:42 +02:00
bel
9446bf0f4a Null-terminate string in CivetServer::getParam
issue reported by Menno Lodder, see see Mailing-List
https://groups.google.com/forum/#!topic/civetweb/ri0mNRJ_5-4
see also issue #11
2014-06-14 06:53:36 +02:00
bel
c9f266e3a7 Issue #11: Method to get POST request parameters via C++ interface 2014-03-22 23:02:07 +01:00
Thomas Davis
b2b62edd57 Fixed Lua compile error with recent change to conn2() 2013-10-07 14:22:23 -04:00
Thomas Davis
7e72461870 Updated comments 2013-10-07 14:22:23 -04:00
Thomas Davis
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
Thomas Davis
af000e03c7 Added new URI to handler mapping for C code. 2013-10-07 14:22:21 -04:00
Thomas Davis
acbe6db15f Added URLEncode methods 2013-10-07 14:22:20 -04:00
Thomas Davis
466f3982fe Added urlDecode urlDecode CivetServer methods 2013-10-07 14:22:20 -04:00
HariKamath
f16f053e11 Wrapper funtion for mg_het_header() 2013-10-07 14:22:20 -04:00
HariKamath
59e17e4401 Changes suggested by Thomas, plus, some minor spelling istakes 2013-10-07 14:22:20 -04:00
HariKamath
021011b273 Cpp implementation for mg_get_cookie().
The user can pass standard strings for cookie name get back the corresponding value.
The method returns the size of the cookie string read.
2013-10-07 14:22:19 -04:00
Thomas Davis
b2aee90d14 Regorganized directories to make them more intuitive 2013-10-07 14:22:16 -04:00