pub async fn send_request<S>(stream: S, request: Bytes) -> Result<Response>where S: AsyncRead + AsyncWrite + Unpin,
Send HTTP request and parse response