Anaminus / rbxmk

A tool for processing Roblox files.
MIT License
109 stars 11 forks source link

Add field to HttpOption to handle query parameters #75

Open Anaminus opened 2 years ago

Anaminus commented 2 years ago

Add Query field to HttpOptions to handle query parameters, which is otherwise tedious to ensure correctness. The field is a table mapping parameters to values.

Any existing parameters on the URL are parsed, then the Query field is merged into them.