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
create a client builder method: setHttpHeaders(Map<String, String> headers) and accept values as String in format supporting multiple values
reserve http_header_ prefix for options that should be passed as header values. This is required for cases when we parse connection URL into properties
create a client builder method: setQueryOptions(Map<String, String> options) to be passed as query parameters
reserve query_p_ prefix for options that should be passes as query parameters. This is required for cases when we parse connection URL into properties.
Describe the bug
It should be possible to pass custom HTTP headers to the request
Closes #1750
The text was updated successfully, but these errors were encountered: