Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor httpaux.Header to allow for dynamic headers #60

Open
johnabass opened this issue Aug 2, 2023 · 0 comments
Open

Refactor httpaux.Header to allow for dynamic headers #60

johnabass opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
enhancement improvement or small functionality added to an existing feature

Comments

@johnabass
Copy link
Collaborator

The httpaux.Header type is a convenient type for static headers that can be affixed to client requests or server responses. We should refactor this type a bit to allow for headers whose values are computed based on the current request.

A good example of this type of dynamic header is xmidt-org/arrange#54

@johnabass johnabass self-assigned this Aug 2, 2023
@johnabass johnabass added the enhancement improvement or small functionality added to an existing feature label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvement or small functionality added to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant