TYPO3  7.6
vendor/psr/http-message/src/ResponseInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Psr\Http\Message;
4 
21 {
30  public function getStatusCode();
31 
52  public function withStatus($code, $reasonPhrase = '');
53 
67  public function getReasonPhrase();
68 }