LTI Integration Library 5.1.4
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
HttpMessage Member List

This is the complete list of members for HttpMessage, including all inherited members.

$errorHttpMessage
$okHttpMessage
$relativeLinksHttpMessage
$requestHttpMessage
$requestHeadersHttpMessage
$responseHttpMessage
$responseHeadersHttpMessage
$responseJsonHttpMessage
$statusHttpMessage
__construct(string $url, string $method='GET', array|string|null $params=null, array|string|null $header=null)HttpMessage
getHttpClient()HttpMessagestatic
getMethod()HttpMessage
getRelativeLink(string $rel)HttpMessage
getRelativeLinks()HttpMessage
getUrl()HttpMessage
hasRelativeLink(string $rel)HttpMessage
send()HttpMessage
setHttpClient(?ClientInterface $httpClient=null)HttpMessagestatic