Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5324b3d commit e5827adCopy full SHA for e5827ad
example/simplesvr.cc
@@ -27,7 +27,7 @@ string dump_headers(const Headers &headers) {
27
return s;
28
}
29
30
-string dump_multipart_files(const MultipartFiles &files) {
+string dump_multipart_files(const MultipartFormDataMap &files) {
31
string s;
32
char buf[BUFSIZ];
33
0 commit comments