You need to sign in or sign up before continuing.
提交 c6844293 编写于 作者: Y Yangys

update zh-cn/application-dev/connectivity/http-request.md.

Signed-off-by: NYangys <yangyousheng@huawei.com>
上级 4724234e
...@@ -102,7 +102,7 @@ httpRequest.request( ...@@ -102,7 +102,7 @@ httpRequest.request(
```js ```js
// 引入包名 // 引入包名
import http from 'ohos.net.http' import http from '@ohos.net.http'
// 每一个httpRequest对应一个HTTP请求任务,不可复用 // 每一个httpRequest对应一个HTTP请求任务,不可复用
let httpRequest = http.createHttp(); let httpRequest = http.createHttp();
......
...@@ -2674,4 +2674,4 @@ TLS通信的协议版本。 ...@@ -2674,4 +2674,4 @@ TLS通信的协议版本。
| 类型 | 说明 | | 类型 | 说明 |
| --------------------------------------------------------------------- | --------------------- | | --------------------------------------------------------------------- | --------------------- |
|[cryptoFramework.EncodingBlob](js-apis-cryptoFramework.md#datablob) | 存储证书的数据和编码格式 | |[cert.EncodingBlob](js-apis-cert.md#datablob) | 存储证书的数据和编码格式 |
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册