-
- Downloads
Support pluggable request observer (#11)
Add support for an observer that will be called with the result of each request handled, which can be used to log or otherwise instrument the service.
Showing
- cmd/go-httpbin/main.go 7 additions, 5 deletionscmd/go-httpbin/main.go
- httpbin/handlers_test.go 5 additions, 1 deletionhttpbin/handlers_test.go
- httpbin/httpbin.go 13 additions, 1 deletionhttpbin/httpbin.go
- httpbin/httpbin_test.go 35 additions, 1 deletionhttpbin/httpbin_test.go
- httpbin/middleware.go 44 additions, 7 deletionshttpbin/middleware.go
Loading
Please register or sign in to comment