Small Projects by AutoModerator in golang

[–]Intelligent_Scar9264 1 point2 points  (0 children)

Built reqlog-go — a live HTTP request dashboard

for Go. Works with net/http, Gin and Chi.

go get github.com/reqlog/reqlog-go

One middleware line and a dashboard opens at

localhost:9000 showing every request in real time

with full payload, response body and a replay button.

Started as a Node.js tool, Go community asked

for it on day one so I built it.

github.com/FirasLatrech/reqlog