ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
createRequest (string $method, $uri) | |
Create a new request. More... | |
Definition at line 5 of file RequestFactoryInterface.php.
Psr\Http\Message\RequestFactoryInterface::createRequest | ( | string | $method, |
$uri | |||
) |
Create a new request.
string | $method | The HTTP method associated with the request. |
UriInterface | string | $uri | The URI associated with the request. If the value is a string, the factory MUST create a UriInterface instance based on it. |