PHP 8.3.31
Preview: proxy.inc Size: 862 B
/proc/self/root/opt/alt/tests/alt-php82-pecl-http_4.2.6-4.el8/tests/helper/proxy.inc

<?php

include "dump.inc";
include "server.inc";

serve(function($client) {
	/* this might be a proxy connect or a standard request */
	$request = new http\Message($client, false);
	
	/* libcurl >= 7.48 does not send Proxy-Connection anymore */
	if ($request->getHeader("Proxy-Connection")
	||	$request->getRequestMethod() === "CONNECT") {
		$response = new http\Env\Response;
		$response->setEnvRequest($request);
		$response->send($client);

		/* soak up the request following the connect */
		new http\Message($client, false);
	}

	/* return the initial message as response body */
	$response = new http\Env\Response;
	$response->setHeader("X-Request-Content-Length", $request->getBody()->stat("size"));
	/* avoid OOM with $response->getBody()->append($request); */
	dump_message($response->getBody()->getResource(), $request);
	$response->send($client);
});

Directory Contents

Dirs: 1 × Files: 11

Name Size Perms Modified Actions
html DIR
- drwxr-xr-x 2025-07-22 06:32:25
Edit Download
319 B lrw-r--r-- 2025-07-01 16:35:45
Edit Download
306 B lrw-r--r-- 2025-07-01 16:35:45
Edit Download
586 B lrw-r--r-- 2025-07-01 16:35:45
Edit Download
1.01 KB lrw-r--r-- 2025-07-01 16:35:45
Edit Download
1.17 KB lrw-r--r-- 2025-07-01 16:35:45
Edit Download
1.15 KB lrw-r--r-- 2025-07-01 16:35:45
Edit Download
1.64 KB lrw-r--r-- 2025-07-01 16:35:45
Edit Download
957 B lrw-r--r-- 2025-07-01 16:35:45
Edit Download
862 B lrw-r--r-- 2025-07-01 16:35:45
Edit Download
5.17 KB lrw-r--r-- 2025-07-01 16:35:45
Edit Download
567 B lrw-r--r-- 2025-07-01 16:35:45
Edit Download

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