Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maragudk/http-handler-testing
How to structure and test HTTP handlers in Go.
https://github.com/maragudk/http-handler-testing
Last synced: 21 days ago
JSON representation
How to structure and test HTTP handlers in Go.
- Host: GitHub
- URL: https://github.com/maragudk/http-handler-testing
- Owner: maragudk
- License: mit
- Created: 2020-10-15T08:19:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T08:37:32.000Z (over 4 years ago)
- Last Synced: 2025-01-03T02:17:20.127Z (22 days ago)
- Language: Go
- Homepage: https://www.maragu.dk/blog/structuring-and-testing-http-handlers-in-go/
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTP handler testing
A way to structure and test HTTP handlers in Go. See the blog post [Structuring and testing HTTP handlers in Go](https://www.maragu.dk/blog/structuring-and-testing-http-handlers-in-go/).