File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ svr.set_error_handler([](const auto& req, auto& res) {
71
71
});
72
72
```
73
73
74
- ### ` multipart/form-data ` POST data
74
+ ### ' multipart/form-data' POST data
75
75
76
76
``` cpp
77
77
svr.post(" /multipart" , [&](const auto & req, auto & res) {
@@ -135,6 +135,10 @@ std::shared_ptr<httplib::Response> res =
135
135
);
136
136
```
137
137
138
+ ![ progress] ( https://user-images.githubusercontent.com/236374/33138910-495c4ecc-cf86-11e7-8693-2fc6d09615c4.gif )
139
+
140
+ This feature was contributed by [ underscorediscovery] ( https://github.com/yhirose/cpp-httplib/pull/23 ) .
141
+
138
142
### Range (HTTP/1.1)
139
143
140
144
``` cpp
@@ -148,10 +152,6 @@ auto res = cli.get("/range/32", headers);
148
152
// res->body should be "bcdefghijk".
149
153
```
150
154
151
- 
152
-
153
- This feature was contributed by [underscorediscovery](https://github.com/yhirose/cpp-httplib/pull/23).
154
-
155
155
OpenSSL Support
156
156
---------------
157
157
You can’t perform that action at this time.
0 commit comments