STATUS_OK
STATUS_OK = 200 : integer
HTTP 200 code
Base class for other HTTP requests/responses
Defines some common helper methods, constants and properties.
None found |
body(string|null $body = null) : mixed
Get/set the body for the message.
string|null | $body | The body for the request. Leave null for get |
Either $this or the body value.
None found |
Loading…