zhen.wang
|
80e0929044
param can from query_string or body
|
7 лет назад |
bel2125
|
19f31ba8dd
Increase default size limit for parameters in body data to 2 MB
|
7 лет назад |
bel2125
|
82c03a22f4
C++ wrapper: add POST example and add limits for parameter size
|
7 лет назад |
marco
|
706122d4b0
Changed method getPostData from CivetServer to a more robust method
|
7 лет назад |
marco
|
f6401bf7a9
Adds static method getPostData to CivetServer class.
|
7 лет назад |
bel2125
|
cd3a8cf8a5
Format code after merge
|
8 лет назад |
Simon Hailes
|
028a2d79c4
C++ CivetServer - Set UserContext from constructor; add getUserContext
|
8 лет назад |
bel2125
|
3677de7713
C++: Get object from context instead of from request (#485)
|
8 лет назад |
bel2125
|
90bac6182a
Do not use obsolete C interface in C++ wrapper
|
8 лет назад |
bel
|
0e1a352855
Update copyright year
|
8 лет назад |
bel
|
92c91a67cc
Auto format code after merge
|
9 лет назад |
Philipp Hasper
|
b112ba03b6
Automatically initialize mg_callbacks to NULL in constructor
|
9 лет назад |
bel
|
58ca276782
Fix use of std::vector in optional C++ interface (see #262)
|
9 лет назад |
Philipp Hasper
|
36ef459a78
HEAD request handler for C++ interface
|
9 лет назад |
Neil Jensen
|
eb79a551d8
Make CivetAuthHandler::authorize function pure virtual
|
9 лет назад |
Neil Jensen
|
6d5236d027
Add custom authorization handler
|
9 лет назад |
Neil Jensen
|
76b1fbd5cf
Add PATCH handlers to the CivetServer
|
9 лет назад |
bel
|
04db49f20b
Autoformat after merge #234
|
9 лет назад |
brett
|
c07b562d2d
allow CivetServer constructor to accept options as std::vector<std::string>
|
9 лет назад |
bel
|
b3064181ae
Auto format after merge
|
9 лет назад |
Philipp Hasper
|
a9c11e10be
Adding removeWebSocketHandler
|
9 лет назад |
bel
|
86723f1315
Add CivetWebSocketHandler to the C++ API
|
9 лет назад |
bel
|
4de9090577
Apply revised clang-format (#207) to all actively maintained source files
|
9 лет назад |
bel
|
9a69a05905
Update source code format details
|
9 лет назад |
bel
|
36ce480cc3
clang_format src and include
|
10 лет назад |
bel
|
6ce8b4e92c
Set autoformat options and autoformat all source files
|
10 лет назад |
bel
|
53a18aecf1
Autoformat all source files using clang-format
|
10 лет назад |
bel
|
d264808e52
Clean usage of const/not const mg_context* and mg_connection* handles in the API.
|
10 лет назад |
bel
|
8fa073daf3
Do not use C++11 features yet
|
10 лет назад |
Mark Lakata
|
fc3dc6eea8
fixed cut and paste error
|
10 лет назад |