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
WithRawResponseBody sets the Accept header to application/octet-stream. This can lead to 406 Not Acceptable responses if the endpoint doesn't support the advertised type, requiring clients to explicitly add additional types to the request header, which could be potentially confusing to consumers of this library.
WithRawResponseBody
sets theAccept
header toapplication/octet-stream
. This can lead to406 Not Acceptable
responses if the endpoint doesn't support the advertised type, requiring clients to explicitly add additional types to the request header, which could be potentially confusing to consumers of this library.https://github.com/palantir/conjure-go-runtime/blob/develop/conjure-go-client/httpclient/request_params.go#L124
The text was updated successfully, but these errors were encountered: