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

Add Files() usage to Readme.

jcoyne opened this issue · comments

Presently there isn't a good reference for how to use the Files() method.

commented

There's no API method specific documentation at README level, however you have the examples and godoc. E.g: https://github.com/h2non/gentleman/blob/master/_examples/multipart/file.go