pub async fn check_http_resp(resp: Response) -> Result<String>
HTTP status が成功 (200 台) でなければ Err に変換する。
成功ならば response body を文字列に変換して返す。