matt-42 / silicon

A high performance, middleware oriented C++14 http web framework please use matt-42/lithium instead
http://siliconframework.org
MIT License
1.72k stars 138 forks source link

How to accept vector of objects? #65

Closed fnc12 closed 6 years ago

fnc12 commented 6 years ago

I was to accept something like this post_parameters(_objects = std::vector<MyObject>()). How to do this?

matt-42 commented 6 years ago

It is supposed to work out of the box. Did you try it ?