module Ethon

PATCH: array parameter rendering

Typheous defaults to rendering array query parameters with an index:

?points=23.232,-98.232&points=23.232,-98.232

The simplyrets api uses the form:

?points=23.232,-98.232&points=23.232,-98.232

this monkey-patch removes the array index when the query parameter is rendered.