Request.php
Interfaces, Classes, Traits and Enums
- Request
- An object containing all the details of the request made, including the host, path, port, params, and headers. Generally this object can be accessed as part of an API response, and can be used to debug the API call made.