Hi,

If I do a:

std.net.curl.post(someURL, "some string");

In my vibed post handler the req.bodyReader is empty, with leastSize == 0. I also couldn't find any data in the other properties of the HTTPServerRequest object that I looked. What am I doing wrong?

Luís