I'm trying to do a GET with a query variable being:
?api.version=1
Because of parse_str called in parseQueryParams method, it converts that variable to:
?api_version=1
I'm sure you had a reason for parse_str, so zttp might just not work for me, but thought I'd report it in case that was an unintended problem. Thanks.