Skip to content

Commit 61d8000

Browse files
committed
Updated README
1 parent 7e5db48 commit 61d8000

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ svr.set_error_handler([](const auto& req, auto& res) {
7171
});
7272
```
7373

74-
### `multipart/form-data` POST data
74+
### 'multipart/form-data' POST data
7575

7676
```cpp
7777
svr.post("/multipart", [&](const auto& req, auto& res) {
@@ -135,6 +135,10 @@ std::shared_ptr<httplib::Response> res =
135135
);
136136
```
137137

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+
138142
### Range (HTTP/1.1)
139143

140144
```cpp
@@ -148,10 +152,6 @@ auto res = cli.get("/range/32", headers);
148152
// res->body should be "bcdefghijk".
149153
```
150154
151-
![progress](https://user-images.githubusercontent.com/236374/33138910-495c4ecc-cf86-11e7-8693-2fc6d09615c4.gif)
152-
153-
This feature was contributed by [underscorediscovery](https://github.com/yhirose/cpp-httplib/pull/23).
154-
155155
OpenSSL Support
156156
---------------
157157

0 commit comments

Comments
 (0)