The core application that runs the main middleware stack.
Provides the default dependencies required by the application.
A handler that calls the given callback to generate the response.
A simple handler that sends a 500 error response.
A middleware stack that acts like a request handler.
A simple handler that sends a 404 response.
The http client that facilitates sending responses to the browser client.
A http factory that uses Zend's Diactoros library to generate the server request.
A factory that provides the server request generated from globals.
Basic error handler middleware that forwards all exceptions to given request handler.
Routing middleware that uses router to point requests to appropriate handlers.
The default system api used to interact with the browser.