clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

Slim: Implement extended endpoint

Open UlrichEckhardt opened this issue 1 year ago • 0 comments

The Slim middleware lacks support for requests like __clockwork/<ID>/extended, which is required to retrieve the XDebug profiler data. This PR implements the according routing. The first commit only does a bit of cleanup, in particular type annotations. The second commit implements the actual request handling.

UlrichEckhardt avatar Jan 24 '24 15:01 UlrichEckhardt