v1.0.0
English

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) public
pretend (bool $pretend = true) public
getStatusCode () public
getReasonPhrase () public
phpDG v1.0.0 Response.php 662 files 498 classes 763 fn
Generated