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

headers: port from protocol #3

Open
1 task
kamilsk opened this issue Jan 10, 2021 · 0 comments
Open
1 task

headers: port from protocol #3

kamilsk opened this issue Jan 10, 2021 · 0 comments
Assignees
Labels
difficulty: easy Issue is easy to implement. kind: improvement New improvement proposal. scope: code Issue related to source code. scope: docs Issue related to documentation.

Comments

@kamilsk
Copy link
Member

kamilsk commented Jan 10, 2021

Motivation: propaganda will be used under the hood of protocol. It's a low-level package specific to HTTP.

Port from https://github.com/octolab/protocol/blob/e03a103e0484310d33e974f19222030607c3b11e/http/header/helpers.go

E.g.

	HeaderRequestID = "X-Request-Id"
	HeaderRoute     = "X-Route"
	HeaderSource    = "X-Source"
	HeaderTraceID   = "X-Trace-Id"

To do:

@kamilsk kamilsk self-assigned this Jan 10, 2021
@kamilsk kamilsk added the help wanted Extra attention is needed. label Jan 10, 2021
@kamilsk kamilsk added kind: feature New feature request. kind: improvement New improvement proposal. and removed help wanted Extra attention is needed. kind: feature New feature request. labels May 11, 2022
@kamilsk kamilsk moved this to Backlog in 🏗 Platform May 11, 2022
@kamilsk kamilsk changed the title Headers headers: port from protocol May 28, 2022
@kamilsk kamilsk added kind: feature New feature request. scope: code Issue related to source code. difficulty: easy Issue is easy to implement. scope: docs Issue related to documentation. and removed kind: feature New feature request. labels May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: easy Issue is easy to implement. kind: improvement New improvement proposal. scope: code Issue related to source code. scope: docs Issue related to documentation.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant