Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dlang/phobos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d0ef84f04a6c
Choose a base ref
...
head repository: dlang/phobos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ce12cc4bfc10
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 6, 2016

  1. 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.
    GilesBathgate committed May 6, 2016
    Configuration menu
    Copy the full SHA
    9185ddd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4259 from GilesBathgate/master

    Implement post overload in std.net.curl
    DmitryOlshansky committed May 6, 2016
    Configuration menu
    Copy the full SHA
    ce12cc4 View commit details
    Browse the repository at this point in the history
Loading