PHP 8.2.31
Preview: RequestFactoryInterface.php Size: 499 B
//opt/cpanel/ea-wappspector/vendor/psr/http-factory/src/RequestFactoryInterface.php

<?php

namespace Psr\Http\Message;

interface RequestFactoryInterface
{
    /**
     * Create a new request.
     *
     * @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.
     *
     * @return RequestInterface
     */
    public function createRequest(string $method, $uri): RequestInterface;
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
499 B lrw-r--r-- 2024-04-15 12:06:14
Edit Download
546 B lrw-r--r-- 2024-04-15 12:06:14
Edit Download
927 B lrw-r--r-- 2024-04-15 12:06:14
Edit Download
1.38 KB lrw-r--r-- 2024-04-15 12:06:14
Edit Download
1.10 KB lrw-r--r-- 2024-04-15 12:06:14
Edit Download
325 B lrw-r--r-- 2024-04-15 12:06:14
Edit Download

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