-
-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
1e9fdc0
commit 9185ddd
Showing
2 changed files
with
79 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters