Response.php
system/HTTP/Response.php
1 class
4 methods
class Response
Representation of an outgoing, server-side response. Per the HTTP specification, this interface includes properties for each of the following: - Protocol version - Status code and reason phrase - Headers - Message body
__construct
($config)
pretend
(bool $pretend = true)
getStatusCode
()
getReasonPhrase
()