vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.http.form

Convenience functions for working with web forms.

Functions

NameDescription
writeFormBody(req, form) Writes a HTTPClientRequest body as URL encoded form data.
writeFormBody(req, form) Writes a HTTPClientRequest body as URL encoded form data.
writeFormData(dst, data) Encodes the given dictionary as URL encoded form data.
writeFormData(dst, pr) Encodes the given ranges of Tuple!(string, string) as URL encoded form data
Authors

Sönke Ludwig, Jan Krüger

Copyright

© 2012-2015 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.