RequestInterface
in
The classic Request interface.
Table of Contents
- getHeaders() : array<string|int, mixed>
- getMessageBody() : AbstractMessageBody
- getMethod() : string
- getUrl() : string
- getUrlVariables() : array<string|int, mixed>
Methods
getHeaders()
public
getHeaders() : array<string|int, mixed>
Return values
array<string|int, mixed> —The optional headers
getMessageBody()
public
getMessageBody() : AbstractMessageBody
Return values
AbstractMessageBody —the message body to be sent with the request
getMethod()
public
getMethod() : string
Return values
string —GET, POST, PUT, PATCH or DELETE
getUrl()
public
getUrl() : string
Return values
string —The URL
getUrlVariables()
public
getUrlVariables() : array<string|int, mixed>
Return values
array<string|int, mixed> —the value of the URL variables contained in the URL template