1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-09 03:22:45 +03:00
Commit Graph

21 Commits

Author SHA1 Message Date
Lammert Bies
d317ce3e82 Renamed mg_ to httplib_ 2016-12-13 17:32:31 +01:00
bel
3ca45d6dae Remove windows specific code from example 2016-06-24 22:23:03 +02:00
bel2125
3eb145e58c Update repository for Visual Studio 2015 build 2016-03-26 20:07:45 +01:00
bel
58ca276782 Fix use of std::vector in optional C++ interface (see #262) 2016-02-19 23:12:30 +01:00
bel
407e628b0b Merge #217 with a another (incomplete) implementation of the same issue, and format code 2015-10-30 01:25:19 +01:00
bel
29cb09973b Format C++ example 2015-10-27 21:52:01 +01:00
bel
64e6264676 Add example how to handle PUT and POST in C++ 2015-10-27 21:40:48 +01:00
bel
4de9090577 Apply revised clang-format (#207) to all actively maintained source files 2015-10-05 20:58:14 +02:00
bel
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
bel
0a1f99c6bb Remove misleading comment in CivetServer.h
See issue #92
2015-04-23 21:48:22 +02:00
bel
724753a7da Fix C++ build errors in Linux 2014-06-24 21:44:21 +02:00
bel
be97d78aac Enhance C++ embedding example for CivetServer::getParam test 2014-06-14 08:02:43 +02:00
bel
c9f266e3a7 Issue #11: Method to get POST request parameters via C++ interface 2014-03-22 23:02:07 +01:00
bel
c471b9bdc9 C++ embedding example should do the same as the C embedding example 2014-01-10 22:22:26 +01: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
e551b74564 Updated comments 2013-10-07 14:22:22 -04:00
Thomas Davis
840f3c4079 Stripped out extra test code. 2013-10-07 14:22:21 -04:00
Thomas Davis
6b7e1ff2a8 Made file dormat UNIX LF 2013-10-07 14:22:21 -04:00
Thomas Davis
031e2cd665 Relaxed the ordering contraint on the URI matches.
Solved by doing smart insertions.
2013-10-07 14:22:21 -04:00
Thomas Davis
af000e03c7 Added new URI to handler mapping for C code. 2013-10-07 14:22:21 -04:00
Thomas Davis
b2aee90d14 Regorganized directories to make them more intuitive 2013-10-07 14:22:16 -04:00