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: about 1 year 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T08:41:33.000Z (almost 6 years ago)
- Last Synced: 2025-01-08T17:58:16.034Z (about 1 year 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.