pub fn write_message<W>(writer: &mut W, body: &str) -> Result<(), String>where W: Write,
Write a Content-Length framed JSON-RPC message to a writer.