https://mfirhas.com/rss.xml
# httpAll Tags

httpclient

13 Jul 2021
en

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 ba…

httpserver

01 Jan 2021Updated on 17 Sep 2021
en

This library intent to add some features on top of httprouter. At the time, I added graceful shutdown, middlewares, routes grouping, async…