An open API service indexing awesome lists of open source software.

https://github.com/matttproud/httpdeadline

Package httpdeadline adds request deadline support to inbound HTTP request contexts using a microscopic http.Handler chaining middleware.
https://github.com/matttproud/httpdeadline

go go-http go-http-middleware

Last synced: about 1 year ago
JSON representation

Package httpdeadline adds request deadline support to inbound HTTP request contexts using a microscopic http.Handler chaining middleware.

Awesome Lists containing this project

README

          

# package httpdeadline

Package httpdeadline adds request deadline support to inbound HTTP request
contexts using a microscopic http.Handler chaining middleware.

See the full API documentation for this module at
https://pkg.go.dev/github.com/matttproud/httpdeadline.

This module is discussed further at
https://matttproud.com/blog/posts/context-cancellation-and-server-libraries.html.