From ffac58a1e6a664e51336726a7fc194233c212fe0 Mon Sep 17 00:00:00 2001 From: curfhui Date: Mon, 25 Jul 2022 03:54:48 +0000 Subject: [PATCH] update README.md: remove error description Signed-off-by: curfhui --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index b64d52b..ebd0785 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,3 @@ | [rxjs](https://github.com/ReactiveX/rxjs) | JavaScript 的反应式编程库 | | [cbor-js](https://github.com/paroga/cbor-js) | cbor-js是以纯JavaScript实现的简明二进制对象表示(CBOR),支持cbor的编码和解码 | [返回目录](#目录) - - -#### 网络相关 - -|三方组件名称|描述|sample地址| -|:---:|:---:|:---:| -| [httpclient](https://gitee.com/zdy09/httpclient) | httpclient是OpenHarmony 里一个高效执行的HTTP客户端,使用它可使您的内容加载更快,并节省您的流量。| [sample地址](https://gitee.com/zdy09/httpclient)| - - -[返回目录](#目录) \ No newline at end of file -- Gitee