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.73k stars 138 forks source link

How to set status code of response? #61

Open acsvln opened 6 years ago

acsvln commented 6 years ago

How to set response status code? I have tried status field in mhd_response* res, but seems to be it gets overwritten by the framework to 200.