tomkuijsten / restup

Webserver for universal windows platform (UWP) apps
MIT License
114 stars 48 forks source link

FromContent attribute does not work for GET request #95

Open aaart opened 8 years ago

aaart commented 8 years ago

Get request does not have request body. However code samples suggest that it works. How about adding new attribute FromQueryStringAttribute to support complex data types for get requests?

Regards

tomkuijsten commented 7 years ago

That would be a nice feature. asp.net core does something similar. Interested in creating a PR?

aaart commented 7 years ago

sure :)