GoLang OAuth::getLastResponseInfo

request it (336)
GoLang replacement for PHP's OAuth::getLastResponseInfo [edit | history]



Do you know a GoLang replacement for PHP's OAuth::getLastResponseInfo? Write it!

PHP OAuth::getLastResponseInfo

PHP original manual for OAuth::getLastResponseInfo [ show | php.net ]

OAuth::getLastResponseInfo

(PECL OAuth >= 0.99.1)

OAuth::getLastResponseInfoGet HTTP information about the last response

Description

public array OAuth::getLastResponseInfo ( void )

Get HTTP information about the last response.

Parameters

This function has no parameters.

Return Values

Returns an array containing the response information for the last request. Constants from curl_getinfo() may be used.

See Also