forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Closed
Milestone
Description
The documentation says
response_ = client_.post(request_, content_type, body)
While trying to debug a use of the rest api and stepping through code, i noticed that the library treats the content_type as the body and the body as the content_type
reversing content_type and body fixed the issue with my code;
Metadata
Metadata
Assignees
Labels
No labels