Class shardimage\shardimagephpapi\web\parsers\RawRequest

Inheritanceshardimage\shardimagephpapi\web\parsers\RawRequest » shardimage\shardimagephpapi\web\parsers\BaseRawMessage

Raw HTTP request object.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Creates and parses a HTTP message. shardimage\shardimagephpapi\web\parsers\BaseRawMessage
isFile() Returns whether the message is a file. shardimage\shardimagephpapi\web\parsers\BaseRawMessage

Property Details

$method public property

HTTP method

public string $method null
$protocol public property

HTTP protocol

public string $protocol null
$uri public property

Uri

public string $uri null

Method Details

decodeMessage() protected method

Decodes the HTTP request.

protected void decodeMessage ( $message )
$message string|\Psr\Http\Message\RequestInterface
parse() protected method

Parses the HTTP request.

protected void parse ( )