You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try send a request using httplib::Client::send(const httplib::Request& request), the params set via request.params.insert(...) dissapear. But if I hardcode them in the request path, it will work. So, it looks like problem is in the request building
When i try send a request using
httplib::Client::send(const httplib::Request& request)
, the params set viarequest.params.insert(...)
dissapear. But if I hardcode them in the request path, it will work. So, it looks like problem is in the request buildingOutput:
The text was updated successfully, but these errors were encountered: