-- Leo's gemini proxy

-- Connecting to yggverse.cities.yesterweb.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

nex-php 1.1.0


Implemented optional Server response returned by custom handler


$server->start(
    function (
        string $request,
        string $connect
    ): ?string
    {
        printf(
            'connection: %s request: %s',
            $connect,
            $request
        );

        return null; // null|string response
    }
);

Links


Download nex-php 1.1.0

-- Response ended

-- Page fetched on Mon May 20 15:47:42 2024