Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.13k stars 93 forks source link

There should be operator<< for http_status_code_t #203

Closed eao197 closed 6 months ago

eao197 commented 7 months ago

The type restinio::http_status_code_t has no operator<<(std::ostream &, const http_status_code_t &). It makes harder printing of status code in logs/debug-outputs.