phobos/std/net
Giles Bathgate 9185dddd99 Implement post overload in std.net.curl
This overload provides the ability to send properly escaped
www-form-urlencoded data using an associative array. The data is built into
name value pairs using an Appender!string that reserves 128 bytes per name
value pair. An example was added to the documentation and the existing one
changed as this is the more common use case.

Several corrections to coding style were suggested and corrected.
2016-05-06 09:46:25 +01:00
..
curl.d Implement post overload in std.net.curl 2016-05-06 09:46:25 +01:00
isemail.d convert docstring examples to unittests 2016-03-09 21:22:15 +02:00