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