1
0
mirror of https://github.com/apple/swift-nio-extras.git synced 2025-05-17 10:47:43 +08:00

2 Commits

Author SHA1 Message Date
George Barnett
7241067079
Strict concurrency for NIOHTTPResponsiveness and NIOHTTPResponsivenessTests () 2025-04-01 15:32:33 +00:00
Eric Rosenberg
4804de1953
Responsiveness under Working Conditions ()
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>
2025-01-21 17:14:26 +00:00