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