Skip to content

Commit

Permalink
add gin-dump middleware (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkeeper authored and appleboy committed Apr 8, 2019
1 parent 60f8537 commit b598696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ Each author is responsible of maintaining his own code, although if you submit a
+ [gin-session-middleware](https://github.com/go-session/gin-session) - A efficient, safely and easy-to-use session library for Go.
+ [ginception](https://github.com/kubastick/ginception) - Nice looking exception page
+ [gin-inspector](https://github.com/fatihkahveci/gin-inspector) - Gin middleware for investigating http request.
+ [gin-dump](https://github.com/tpkeeper/gin-dump) - Gin middleware/handler to dump header/body of request and response. Very helpful for debugging your applications.

0 comments on commit b598696

Please sign in to comment.