If you need to send partial response, you could maybe use
In the end if you need to send some HTTP response with full headers, you can maybe construct an additional
set_respense_stream and write to the ostream.In the end if you need to send some HTTP response with full headers, you can maybe construct an additional
http_response object and set its body to jsonString.