Method | Description | |
---|---|---|
__construct ( $curl, $data ) | ||
getCode ( ) : integer | Get Response Code | |
getContentDispositionFilename ( ) | ||
getContentType ( ) : string | Get Content Type | |
getCookies ( ) : array | Get Response Cookies | |
getData ( ) : object | Get Response Data | |
getHeaders ( ) : array | Get Response Headers | |
isJson ( ) : boolean | Check if Content Type is Json | |
isOK ( ) : boolean | Check if the Response was 200 OK |
public getCookies ( ) : array | ||
return | array | Response Data |
public getHeaders ( ) : array | ||
return | array | Response Data |