Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Make CallSettings.FromGoogleRequestParamsHeader public #734

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

jskeet
Copy link
Collaborator

@jskeet jskeet commented Nov 7, 2023

Fixes #733.

We don't validate that parameters have already been URI-encoded, but that's probably okay - if callers pass in bad data, we'll just be sending bad headers, which could be done by callers anyway. In reality, we're not expecting this to be used outside our own client libraries, as noted in remarks.

Fixes googleapis#733.

We don't validate that parameters have already been URI-encoded, but
that's probably okay - if callers pass in bad data, we'll just be
sending bad headers, which could be done by callers anyway. In
reality, we're not expecting this to be used outside our own client
libraries, as noted in remarks.
@jskeet jskeet requested a review from a team as a code owner November 7, 2023 08:01
@jskeet jskeet merged commit 6449aa5 into googleapis:main Nov 7, 2023
4 checks passed
@jskeet jskeet deleted the make-params-public branch November 7, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose CallSettings.FromGoogleRequestParamsHeader
2 participants