Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roneetkumar/middleware
building HTTP middleware that will recover from any panics in an application, even if the response write has been partially written to, and then output the stack trace if the application is in development mode.
https://github.com/roneetkumar/middleware
go golang http middleware
Last synced: 10 days ago
JSON representation
building HTTP middleware that will recover from any panics in an application, even if the response write has been partially written to, and then output the stack trace if the application is in development mode.
- Host: GitHub
- URL: https://github.com/roneetkumar/middleware
- Owner: roneetkumar
- Created: 2020-05-17T08:39:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T08:41:33.000Z (over 4 years ago)
- Last Synced: 2024-11-11T02:25:08.335Z (2 months ago)
- Topics: go, golang, http, middleware
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Middleware
building HTTP middleware that will recover from any panics in an application, even if the response write has been partially written to, and then output the stack trace if the application is in development mode.