gax-nodejs
gax-nodejs copied to clipboard
Can I set my own custom header for each request?
The question may be a bit silly because I do not have a deep understanding of gax-nodejs and aip.
According to the generated code, it seems that the header is fixed with x-goog-api-client internally and Metadata is created with the header via metadataBuilder. Is it impossible to add other headers?