Http
- Cookie
- The Cookie class is an object representing an HTTP Cookie. This can be used to store information on the client.
- CookieCollection
- The CookieCollection provides the functionality to store and retrieve Cookie objects.
- Request
- The Request class calls the Router to find the matching Route for the url invokes the corresponding controller action.
- Response
- An object that contains the response of the request.
- Session
- The Session class provides functionality for the session handling.