Skip to content

Commit acd603b

Browse files
evaogbetheacodes
authored andcommitted
Rename x-goog-header-params to x-goog-request-params (#5495)
1 parent f05cd0c commit acd603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/gapic_v1/routing_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from six.moves.urllib.parse import urlencode
2424

25-
ROUTING_METADATA_KEY = 'x-goog-header-params'
25+
ROUTING_METADATA_KEY = 'x-goog-request-params'
2626

2727

2828
def to_routing_header(params):

0 commit comments

Comments
 (0)