-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make CallSettings.FromGoogleRequestParamsHeader public
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.
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters