CocoaHTTPServer
CocoaHTTPServer copied to clipboard
Parse empty GET keys
GET parameters without a value in the URL are not parsed without
this patch; for example ?a&b=1 results in a not being included
in the GET params dictionary at all, whereas a NULL value should
probably be present
It's not my call but @"" would be my preference.