https://mfirhas.com/rss.xml

httpclient

First Release: 13 Jul 2021
Status: not-active
Latest Release: v1.0.0

documentation source

About

HTTP client library written in Go. I wrote this because at that time the stdlib http client is/was too plain for me having me to write many things. This library wrap many things including multipart, methods, middlewares like retry, logging, and backoff mechanism which are/were non-existent in stdlib library. I know the API looks ugly(it's Go afterall), and I plan to make version 2 utilizing generics.

Example

...