PHP 8.3.31
Preview: RequestFactoryInterface.php Size: 499 B
/home/getspomw/royalsquad.us/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-rw-rw- 2025-09-17 06:53:12
Edit Download
546 B lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
927 B lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
1.38 KB lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
1.10 KB lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
325 B lrw-rw-rw- 2025-09-17 06:53:12
Edit Download

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