mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-03-06 00:07:43 +00:00
update api/@ohos.net.http.d.ts.
Signed-off-by: Aurora <liuxiyao223@huawei.com>
This commit is contained in:
parent
495580be70
commit
7cf4ef68fd
4
api/@ohos.net.http.d.ts
vendored
4
api/@ohos.net.http.d.ts
vendored
@ -322,11 +322,11 @@ declare namespace http {
|
||||
|
||||
/**
|
||||
* Key: The path of the client certificate private key file.
|
||||
* @type {string}
|
||||
* @type {?string}
|
||||
* @syscap SystemCapability.Communication.NetStack
|
||||
* @since 11
|
||||
*/
|
||||
keyPath: string;
|
||||
keyPath?: string;
|
||||
|
||||
/**
|
||||
* KeyPasswd: Client certificate password.
|
||||
|
Loading…
x
Reference in New Issue
Block a user