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

spread: interceptor: request debugger #6

Open
kamilsk opened this issue Jan 17, 2021 · 0 comments
Open

spread: interceptor: request debugger #6

kamilsk opened this issue Jan 17, 2021 · 0 comments
Assignees
Labels
difficulty: hard Issue is hard to implement or reproduce. kind: feature New feature request. scope: code Issue related to source code. scope: docs Issue related to documentation. scope: test Issue related to tests.

Comments

@kamilsk
Copy link
Member

kamilsk commented Jan 17, 2021

Motivation: provide a flexible mechanism to extend the default HTTP client.

Inspiration: https://github.com/henvic/httpretty

PoC

import _ "go.octolab.org/propaganda/spread"

applies

http.DefaultClient.Transport = propaganda.Apply(
  http.DefaultClient.Transport,
  propaganda.X,
  propaganda.Y,
)

under the hood.

Related to octolab/protocol/issues/12.

@kamilsk kamilsk added the help wanted Extra attention is needed. label Jan 17, 2021
@kamilsk kamilsk self-assigned this Jan 17, 2021
@kamilsk kamilsk added kind: improvement New improvement proposal. and removed help wanted Extra attention is needed. labels May 11, 2022
@kamilsk kamilsk changed the title research httpretty spread: interceptor: request debugger May 28, 2022
@kamilsk kamilsk added scope: docs Issue related to documentation. difficulty: hard Issue is hard to implement or reproduce. kind: feature New feature request. scope: code Issue related to source code. scope: test Issue related to tests. and removed kind: improvement New improvement proposal. labels May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: hard Issue is hard to implement or reproduce. kind: feature New feature request. scope: code Issue related to source code. scope: docs Issue related to documentation. scope: test Issue related to tests.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant