HttpStreamContext.setConnectionProbe

Override the connection-liveness probe used by isCancelled on the draft transport. Lets the transport or tests supply a disconnect signal in place of the live HTTPServerResponse.connected reading.

class HttpStreamContext
@safe
void
setConnectionProbe
(
bool delegate
()
@safe
alive
)