File ManagerCurrent Directory: wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-factory/srcLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: ServerRequestFactoryInterface.php <?php namespace YoastSEO_Vendor\Psr\Http\Message; interface ServerRequestFactoryInterface { /** * Create a new server request. * * Note that server-params are taken precisely as given - no parsing/processing * of the given values is performed, and, in particular, no attempt is made to * determine the HTTP method or URI, which must be provided explicitly. * * @param string $method The HTTP method associated with the request. * @param 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. * @param array $serverParams Array of SAPI parameters with which to seed * the generated request instance. * * @return ServerRequestInterface */ public function createServerRequest(string $method, $uri, array $serverParams = []) : \YoastSEO_Vendor\Psr\Http\Message\ServerRequestInterface; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirRequestFactoryInterface.phpFile550.00 B Rename | Delete | EditResponseFactoryInterface.phpFile597.00 B Rename | Delete | EditServerRequestFactoryInterface.phpFile978.00 B Rename | Delete | EditStreamFactoryInterface.phpFile1.50 KB Rename | Delete | EditUploadedFileFactoryInterface.phpFile1.12 KB Rename | Delete | EditUriFactoryInterface.phpFile376.00 B Rename | Delete | Edit