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

implement skip middleware/tripperware #28

Merged
merged 1 commit into from
Dec 13, 2019

Conversation

instabledesign
Copy link
Member

No description provided.

@instabledesign instabledesign force-pushed the implement-skip-middleware branch 2 times, most recently from 9db725d to 55d5df2 Compare December 12, 2019 16:46
rmasclef
rmasclef previously approved these changes Dec 13, 2019
// create a server in order to show it work
srv := http.NewServeMux()
srv.HandleFunc("/", func(writer http.ResponseWriter, request *http.Request) {
fmt.Println("server receive request with request id:", request.Header.Get("FakeHeader"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with header ?

@instabledesign instabledesign force-pushed the implement-skip-middleware branch from 191aaa1 to 94ae47d Compare December 13, 2019 08:56
@instabledesign instabledesign merged commit 4c7d3ea into master Dec 13, 2019
@instabledesign instabledesign deleted the implement-skip-middleware branch December 13, 2019 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants