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(); $cookies->setCookie("foo", "bar"); $cookies->setCookie("bar", "foo"); $response = new http\Env\Response; $response->setCookie($cookies); $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]