PHP 8.0.30
Preview: ServerRequestFactoryInterface.php Size: 958 B
//home/certprox/test.certproxywizard.com/wp-includes/php-ai-client/third-party/Psr/Http/Message/ServerRequestFactoryInterface.php

<?php

namespace WordPress\AiClientDependencies\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 = []): ServerRequestInterface;
}

Directory Contents

Dirs: 0 × Files: 14

Name Size Perms Modified Actions
7.68 KB lrw-r--r-- 2026-06-30 23:52:48
Edit Download
6.96 KB lrw-r--r-- 2026-05-21 23:21:48
Edit Download
530 B lrw-r--r-- 2026-05-21 23:21:48
Edit Download
4.83 KB lrw-r--r-- 2026-05-21 23:21:48
Edit Download
577 B lrw-r--r-- 2026-05-21 23:21:48
Edit Download
2.60 KB lrw-r--r-- 2026-05-21 23:21:48
Edit Download
958 B lrw-r--r-- 2026-05-21 23:21:48
Edit Download
10.08 KB lrw-r--r-- 2026-05-21 23:21:48
Edit Download
1.41 KB lrw-r--r-- 2026-05-21 23:21:48
Edit Download
4.76 KB lrw-r--r-- 2026-05-21 23:21:48
Edit Download
1.09 KB lrw-r--r-- 2026-05-21 23:21:48
Edit Download
4.65 KB lrw-r--r-- 2026-05-21 23:21:48
Edit Download
356 B lrw-r--r-- 2026-05-21 23:21:48
Edit Download
12.55 KB lrw-r--r-- 2026-05-21 23:21:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).