Function parseUrlEncodedForm
Parses a url encoded form (query string format) and puts the key/value pairs into params
.
Prototype
void parseUrlEncodedForm( string str, ref string[string] params );
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.