Elgg
Version 2.3
|
Transport for sending responses to HTTP clients via HTTP protocol. More...
Public Member Functions | ||||
send (Response $response) | ||||
{Sends HTTP response to the requester.
| ||||
Transport for sending responses to HTTP clients via HTTP protocol.
Definition at line 14 of file HttpProtocolTransport.php.
Elgg\Http\HttpProtocolTransport::send | ( | Response | $response | ) |
{Sends HTTP response to the requester.
Response | $response | Symfony Response |
Implements Elgg\Http\ResponseTransport.
Definition at line 19 of file HttpProtocolTransport.php.