Class HttpRequest
HttpRequest class provides a very simple wrapper for using cURL functions.
Provides a single static function to make an HTTP request and get the results. If there is an error returned from the server it will throw an \ErrorException with the error message and error number returned from curl_exec.
Namespace: ApiAxle\Shared
Author: Phillip Shipley <phillip@phillipshipley.com>
Located at src/ApiAxle/Shared/HttpRequest.php
Author: Phillip Shipley <phillip@phillipshipley.com>
Located at src/ApiAxle/Shared/HttpRequest.php
public static
string
|