Skip to content

client go-generator should allow adding custom headers to outgoing requests #24

@evantorrie

Description

@evantorrie

Currently, the generator for client.go writes code that initializes outgoing HTTP headers to an empty map, and adds only what it needs internally for its specific purposes (e.g. Credentials header/value and If-None-Match ETag type headers)

It would be good to allow custom headers to be added to each client on a per-request basis.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions