Function HTTPServerResponse.connectProxy
Special method for handling CONNECT proxy tunnel
ConnectionStream connectProxy() @safe;
void connectProxy
(
scope @safe void delegate(scope ConnectionStream) del
) @safe;
Notice
For the overload that returns a ConnectionStream
, it must be
ensured that the returned instance doesn't outlive the request
handler callback.