h2non / gentleman

Plugin-driven, extensible HTTP client toolkit for Go

Home Page:https://pkg.go.dev/github.com/h2non/gentleman?tab=doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracking what is done by a stack of plugins is hard

jonasagx opened this issue · comments

I am tracking in which step the body of a request is consumed, but the way plugins are stacked makes it hard to check what is running and when.

The library should make transparent what it runs and when it does it.