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
A function such as void set_body(std::string&& value); would allow to skip a copy if possible when setting an http request, which would certainly increase throughput.