Skip to content

Allow a dictionary of parameters to be passed to methods #87

@twogood

Description

@twogood

In RequestHandler.GetParams(), make QueryParamAttribute, FormParamAttribute and HeaderParamAttribute first check if rawValue is an IDictionary and if so then iterate its contents and add those keys and values to queryParams, formParams, and headers respectively. Proceed as before if the value is not an IDictionary.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions