pub(super) async fn http_write_to_stream(
writer: &mut WriteHalf<Box<dyn PtStream>>,
object: &JsonResult,
) -> Result<()>Expand description
Internal write function that writes a JSON-RPC object to the active stream. Sent as an HTTP response.