Skip to content
Snippets Groups Projects
Commit 79cf53c9 authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Lower-case example "Authorization" header name

The HTTP/2 specification requires header names to be lower case.
parent b2a99404
No related branches found
No related tags found
No related merge requests found
......@@ -1078,7 +1078,7 @@ def access_token_call_credentials(access_token):
Args:
access_token: A string to place directly in the http request
authorization header, ie "Authorization: Bearer <access_token>".
authorization header, ie "authorization: Bearer <access_token>".
Returns:
A CallCredentials.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment