HTTPServerResponse.this - multiple declarations
Function HTTPServerResponse.this
this
(
Stream conn,
ConnectionStream raw_connection,
HTTPServerSettings settings,
stdx .allocator .IAllocator req_alloc
) scope scope @safe;
Function HTTPServerResponse.this
this
(
vibe .internal .interfaceproxy .InterfaceProxy!(vibe.core.stream.Stream) conn,
vibe .internal .interfaceproxy .InterfaceProxy!(vibe.core.stream.ConnectionStream) raw_connection,
HTTPServerSettings settings,
stdx .allocator .IAllocator req_alloc
) scope scope @safe;