Elgg  Version 2.3
ResponseTransport.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Http;
4 
6 
13 interface ResponseTransport {
14 
21  public function send(Response $response);
22 
23 }
HTTP response transport interface.
send(Response $response)
Sends HTTP response to the requester.
http free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
Definition: MIT-LICENSE.txt:5