Skip to content

Commit b648a94

Browse files
simueCOM8
andauthored
Update advanced-usage.md
Co-authored-by: Fabian Sauter <sauter.fabian@mailbox.org>
1 parent f95cbef commit b648a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ session.RemoveContent(); // don't send a body in next request
213213
auto& headers = session.GetHeader(); // also don't send unnecessary headers
214214
headers.erase("content-type"); // headers interface is case-insensitive
215215
session.SetUrl(getUrl);
216-
cpr::Response getResponse = session.Get(); // Equivalent to cpr::Get(getUrl);
216+
cpr::Response getResponse = session.Get(); // equivalent to cpr::Get(getUrl);
217217
std::cout << getResponse.text << std::endl;
218218
// [...] "headers": " My-Custom-Header": " hello", [...] /* no data */
219219
```

0 commit comments

Comments
 (0)