We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e05445 commit c10204dCopy full SHA for c10204d
README.md
@@ -63,6 +63,8 @@ The server exposes the following endpoints:
63
- Generates `size` random bytes using `Random.Shared` and returns them as `application/octet-stream`.
64
- `/error-reset` (GET, HTTP/2 only)
65
- Uses `IHttpResetFeature` to send an HTTP/2 stream reset with error code `2` (`INTERNAL_ERROR`) and then returns an empty result.
66
+- `/connection-state/active-connections`
67
+ - Returns the current status of active connections
68
69
## Certificates
70
The server uses a self-signed certificate. You can obtain this certificate from the repository or by accessing `/_certs/localhost.{crt,key,pfx}`.
0 commit comments