Namespace Docolight\Http
Namespaces summary
Docolight\Http\Contracts |
Classes summary
Headers | HTTP Headers. |
JsonResponse | This is a simple abstraction over top an HTTP response. This provides methods to set the HTTP status, the HTTP headers, and the HTTP body. Please use this response only if you want to send a JSON response. |
MimeResponse | Response that has specified mime type. |
Response | This is a simple abstraction over top an HTTP response. This provides methods to set the HTTP status, the HTTP headers, and the HTTP body. |
ResponseFactory | A factory class to wrap all responses to a single instance resolver. |