mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-14 17:02:43 +08:00
Implementation of https://datatracker.ietf.org/doc/draft-ietf-ippm-responsiveness/ (draft 5) with flexible download and upload handlers to suit other use cases as well. ### Motivation: The provided handlers are useful for measuring responsiveness and testing things like performance of proxies ### Modifications: Add `NIOHTTPResponsiveness` and `NIOHTTPResponsivenessServer` ### Result: We'll now have an implementation of the Responsiveness under Working Conditions draft --------- Co-authored-by: George Barnett <gbarnett@apple.com>