Elgg
Version 6.1
|
HTTP response transport interface. More...
Public Member Functions | |
send (SymfonyResponse $response) | |
Sends HTTP response to the requester. More... | |
Elgg\Http\ResponseTransport::send | ( | SymfonyResponse | $response | ) |
Sends HTTP response to the requester.
SymfonyResponse | $response | Symfony Response |
Implemented in Elgg\Http\HttpProtocolTransport, and Elgg\Http\OutputBufferTransport.