Open Anaminus opened 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.
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.