-
- Downloads
Add a ServeWithContext() method to httputil
It is sometimes useful to control an HTTP server with a Context (e.g. when using an errgroup). NOTE that this function does not install a SIGTERM handler.
Please register or sign in to comment
It is sometimes useful to control an HTTP server with a Context (e.g. when using an errgroup). NOTE that this function does not install a SIGTERM handler.