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