PATH:
opt
/
alt
/
tests
/
alt-php81-pecl-http_4.2.6-4.el8
/
tests
/
helper
<?php include "server.inc"; serve(function($client) { $request = new http\Message($client, false); $cookies = new http\Cookie($request->getHeader("cookie")); $response = new http\Env\Response; $response->setCookie($cookies->setCookie("counter", $cookies->getCookie("counter")+1)); $response->send($client); });
[-] cookie1.inc
[edit]
[+]
html
[-] cookie.inc
[edit]
[-] http2.key
[edit]
[-] proxy.inc
[edit]
[-] upload.inc
[edit]
[+]
..
[-] pipeline.inc
[edit]
[-] http2.crt
[edit]
[-] server.inc
[edit]
[-] dump.inc
[edit]
[-] cookie2.inc
[edit]
[-] env.inc
[edit]