Let's finish this section by creating a Kernel class.
The handle method on the Kernel class is responsible for receiving a Request and using the information contained in the Request to generate a Response.
Branch: https://github.com/GaryClarke/pest-tdd/tree/14-kernel-class
4 comments