Searched refs:ServerRequestInterface (Results 1 – 14 of 14) sorted by relevance
| /plugin/matrixnotifierwas/vendor/psr/http-message/src/ |
| D | ServerRequestInterface.php | 43 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/ |
| D | ServerRequestFactoryInterface.php | 21 * @return ServerRequestInterface 23 …nction createServerRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface;
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | ServerRequest.php | 8 use Psr\Http\Message\ServerRequestInterface; alias 27 class ServerRequest extends Request implements ServerRequestInterface 166 public static function fromGlobals(): ServerRequestInterface
|
| D | HttpFactory.php | 12 use Psr\Http\Message\ServerRequestInterface; alias 67 …unction createServerRequest(string $method, $uri, array $serverParams = []): ServerRequestInterface
|
| D | Utils.php | 8 use Psr\Http\Message\ServerRequestInterface; alias 198 if ($request instanceof ServerRequestInterface) {
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | ServerRequest.php | 6 use Psr\Http\Message\ServerRequestInterface; alias 25 class ServerRequest extends Request implements ServerRequestInterface 168 * @return ServerRequestInterface
|
| D | Utils.php | 6 use Psr\Http\Message\ServerRequestInterface; alias 205 if ($request instanceof ServerRequestInterface) {
|
| /plugin/authgooglesheets/vendor/psr/http-message/src/ |
| D | ServerRequestInterface.php | 43 interface ServerRequestInterface extends RequestInterface interface
|
| /plugin/matrixnotifierwas/vendor/psr/http-message/ |
| D | CHANGELOG.md | 28 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
|
| /plugin/authgooglesheets/vendor/psr/http-message/ |
| D | CHANGELOG.md | 28 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
|
| /plugin/matrixnotifierwas/vendor/psr/http-message/docs/ |
| D | PSR7-Interfaces.md | 11 | [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…
|
| D | PSR7-Usage.md | 6 > `RequestInterface`, `ServerRequestInterface`, `ResponseInterface` extend `MessageInterface` beca… 7 > When using `ServerRequestInterface`, both `RequestInterface` and `Psr\Http\Message\MessageInterfa…
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | CHANGELOG.md | 227 (ServerRequestInterface, UploadedFileInterface, etc.). 294 - `Psr\Http\Message\ServerRequestInterface`
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | CHANGELOG.md | 363 (ServerRequestInterface, UploadedFileInterface, etc.). 430 - `Psr\Http\Message\ServerRequestInterface`
|