freshOS / Networking

⚡️ Concise networking code leveraging async-await, Decodable & Generics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameter encoding should allow for nested objects

bfolkens opened this issue · comments

Currently, nested dictionaries encode values in the following format:

key=["title": ""]

Most URL decoders expect the following:

key[subkey1]=value1&key[subkey1]=value2&...