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

the example for timeout is ambiguity

whybangbang opened this issue · comments

this example: https://github.com/h2non/gentleman/blob/master/plugins/timeout/README.md#example
timeout in Request plugin will be overide by Dial plugin

image