Home
last modified time | relevance | path

Searched refs:ServerRequestInterface (Results 1 – 14 of 14) sorted by relevance

/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DServerRequestInterface.php43 interface ServerRequestInterface extends RequestInterface interface
85 public function withCookieParams(array $cookies): ServerRequestInterface;
123 public function withQueryParams(array $query): ServerRequestInterface;
150 public function withUploadedFiles(array $uploadedFiles): ServerRequestInterface;
197 public function withParsedBody($data): ServerRequestInterface;
244 public function withAttribute(string $name, $value): ServerRequestInterface;
260 public function withoutAttribute(string $name): ServerRequestInterface;
/plugin/matrixnotifierwas/vendor/psr/http-factory/src/
DServerRequestFactoryInterface.php21 * @return ServerRequestInterface
23 …nction createServerRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface;
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DServerRequest.php8 use Psr\Http\Message\ServerRequestInterface; alias
27 class ServerRequest extends Request implements ServerRequestInterface
166 public static function fromGlobals(): ServerRequestInterface
DHttpFactory.php12 use Psr\Http\Message\ServerRequestInterface; alias
67 …unction createServerRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface
DUtils.php8 use Psr\Http\Message\ServerRequestInterface; alias
198 if ($request instanceof ServerRequestInterface) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DServerRequest.php6 use Psr\Http\Message\ServerRequestInterface; alias
25 class ServerRequest extends Request implements ServerRequestInterface
168 * @return ServerRequestInterface
DUtils.php6 use Psr\Http\Message\ServerRequestInterface; alias
205 if ($request instanceof ServerRequestInterface) {
/plugin/authgooglesheets/vendor/psr/http-message/src/
DServerRequestInterface.php43 interface ServerRequestInterface extends RequestInterface interface
/plugin/matrixnotifierwas/vendor/psr/http-message/
DCHANGELOG.md28 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
/plugin/authgooglesheets/vendor/psr/http-message/
DCHANGELOG.md28 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md11 | [Psr\Http\Message\ServerRequestInterface](http://www.php-fig.org/psr/psr-7/#psrhttpmessageserverr…
48 ## `Psr\Http\Message\ServerRequestInterface` Methods
128 > `RequestInterface`, `ServerRequestInterface`, `ResponseInterface` extend `MessageInterface` beca…
129 > When using `ServerRequestInterface`, both `RequestInterface` and `Psr\Http\Message\MessageInterfa…
DPSR7-Usage.md6 > `RequestInterface`, `ServerRequestInterface`, `ResponseInterface` extend `MessageInterface` beca…
7 > When using `ServerRequestInterface`, both `RequestInterface` and `Psr\Http\Message\MessageInterfa…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DCHANGELOG.md227 (ServerRequestInterface, UploadedFileInterface, etc.).
294 - `Psr\Http\Message\ServerRequestInterface`
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DCHANGELOG.md363 (ServerRequestInterface, UploadedFileInterface, etc.).
430 - `Psr\Http\Message\ServerRequestInterface`