[phobos] [dlang/phobos] 9185dd: Implement post overload in std.net.curl

GitHub via phobos phobos at puremagic.com
Fri May 6 11:45:09 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/dlang/phobos
  Commit: 9185dddd9928b2d990e0889715e3dd0cd70ec4aa
      https://github.com/dlang/phobos/commit/9185dddd9928b2d990e0889715e3dd0cd70ec4aa
  Author: Giles Bathgate <gilesbathgate at gmail.com>
  Date:   2016-05-06 (Fri, 06 May 2016)

  Changed paths:
    M std/net/curl.d
    M std/uri.d

  Log Message:
  -----------
  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.


  Commit: ce12cc4bfc107a3e1f75c9b2cb4ee017556fb363
      https://github.com/dlang/phobos/commit/ce12cc4bfc107a3e1f75c9b2cb4ee017556fb363
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2016-05-06 (Fri, 06 May 2016)

  Changed paths:
    M std/net/curl.d
    M std/uri.d

  Log Message:
  -----------
  Merge pull request #4259 from GilesBathgate/master

Implement post overload in std.net.curl


Compare: https://github.com/dlang/phobos/compare/d0ef84f04a6c...ce12cc4bfc10


More information about the phobos mailing list