Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-20 | Add a test for early errors that occur on the request-line | Loïc Hoguin | |
2017-10-31 | Add informational responses to metrics | Loïc Hoguin | |
2017-10-22 | Add a metrics test for switching to Websocket | Loïc Hoguin | |
2017-10-21 | Add a test for stream_reply metrics | Loïc Hoguin | |
2017-10-21 | Add a test for early_error metrics | Loïc Hoguin | |
2017-10-21 | Add a metrics test when the handler didn't send anything | Loïc Hoguin | |
Also fix a test group to use h2 instead of HTTP/1.1. | |||
2017-10-20 | Add a test for metrics with a request body | Loïc Hoguin | |
2017-10-20 | Add experimental metrics stream handler | Loïc Hoguin | |
It collects metrics and passes them to a configurable callback once the stream terminates. It will be documented in a future release. More tests incoming. |