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.15k stars 93 forks source link

Return updated application/json #63

Closed prince-chrismc closed 4 years ago

prince-chrismc commented 4 years ago

by using application/json modern browsers are able to render the data. ref

Minor change to 'hello_world_https' example, might be applicable else where.

eao197 commented 4 years ago

Hi! Thanks for PR. I've applied proposed changes to 0.6-dev branch.