mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-06-02 02:56:03 +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>
5 lines
197 B
YAML
5 lines
197 B
YAML
version: 1
|
|
builder:
|
|
configs:
|
|
- documentation_targets: [NIOExtras, NIOHTTPCompression, NIOSOCKS, NIOHTTPTypes, NIOHTTPTypesHTTP1, NIOHTTPTypesHTTP2, NIOResumableUpload, NIOHTTPResponsiveness]
|