mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-29 16:09:10 +00:00
parent
e46cc54d13
commit
6c5d0b2a18
8 changed files with 255 additions and 103 deletions
|
@ -107,7 +107,7 @@ int main(int argc, const char** argv)
|
|||
Server svr(version);
|
||||
#endif
|
||||
|
||||
svr.post("/multipart", [](const auto& req, auto& res) {
|
||||
svr.Post("/multipart", [](const auto& req, auto& res) {
|
||||
auto body =
|
||||
dump_headers(req.headers) +
|
||||
dump_multipart_files(req.files);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue