Supporting ; as a separator in querystring
Hi Folks, By default dancer supports parsing key-value pairs in a querystring separated by an ampersand - &. Is there a way to get it to working with a semicolon ; as well? e.g. http://localhost/hello?key1=value1;key2=value2 Thanks, Deepak
On Tue, Apr 6, 2010 at 5:47 PM, Deepak Gulati <deepak.gulati@gmail.com>wrote:
Hi Folks,
By default dancer supports parsing key-value pairs in a querystring separated by an ampersand - &. Is there a way to get it to working with a semicolon ; as well?
Is that in the HTTP RFC? I don't think it's legal.
Updating the thread: http://github.com/sukria/Dancer/issues/issue/59
Thank you! On Tue, Apr 6, 2010 at 8:41 PM, Deepak Gulati <deepak.gulati@gmail.com>wrote:
Updating the thread: http://github.com/sukria/Dancer/issues/issue/59 _______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
participants (2)
-
Deepak Gulati -
sawyer x