Http Kernel

We've looked at the Request class and the Response class so now let's consider a class which is responsible for taking that Request and returning a Response.

For this we are going to create a HTTP Kernel class which is the heart of your application. This class will be composed of the main components that we are going to need to complete the request -> response cycle.

Complete and Continue  
Discussion

2 comments