Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Response

Mike Russell edited this page Jun 12, 2017 · 2 revisions

Namespace

SugarAPI\SDK\Response\

Interface

SugarAPI\SDK\Client\Interfaces\ClientInterface

Methods

setCurlResponse($curlResponse);

Provide the Raw Curl Response resource from curl_exec @param mixed $curlResponse @return self

getStatus();

Get the Response HTTP Status Code @return string

getBody();

Get the Response Body @return string

getHeaders();

Get the Response Headers @return string

getInfo();

Get the Information about the Curl Request @return array

getError();

Get the Request Errors if they occurred @return string|boolean

Abstracts

Implementations

Usage

Clone this wiki locally