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
The most obvious way would be to add an outparam to the request functions, e.g. CURLcode docker_get(DOCKER *client, char *url, long *http_code) but given that this is a breaking API change it's best if there's some agreement before someone does any development.
The text was updated successfully, but these errors were encountered:
The most obvious way would be to add an outparam to the request functions, e.g.
CURLcode docker_get(DOCKER *client, char *url, long *http_code)
but given that this is a breaking API change it's best if there's some agreement before someone does any development.The text was updated successfully, but these errors were encountered: