BearFramework\App\Response

Response object.
BearFramework\App\Response {

    
/* Properties */
    
public string $charset
    
public string $content
    
public readonly BearFramework\App\Response\Cookies $cookies
    
public readonly BearFramework\App\Response\Headers $headers
    
public int|null $statusCode

    
/* Methods */
    
public __construct ( [ string $content '' ] )

}
Properties
public string $charset
The response character set.
public string $content
The content of the response.
public readonly BearFramework\App\Response\Cookies $cookies
The response cookies.
public readonly BearFramework\App\Response\Headers $headers
The response headers.
public int|null $statusCode
The response status code.
Methods
public __construct ( [ string $content = '' ] )
Details
Location: ~/src/App/Response/FileReader.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.