The constructor for HTTPClientRequest is likely undocumented because you should not construct it yourself; vibe.d constructs it and passes it to the function you register with listenHTTP.
How to understand looking at docs that it work as you saying?
Suliman via Digitalmars-d-learn Sun, 20 Mar 2016 03:12:07 -0700
The constructor for HTTPClientRequest is likely undocumented because you should not construct it yourself; vibe.d constructs it and passes it to the function you register with listenHTTP.
How to understand looking at docs that it work as you saying?