update api/@ohos.net.http.d.ts.

Signed-off-by: Aurora <liuxiyao223@huawei.com>
This commit is contained in:
Aurora 2023-11-15 09:11:35 +00:00 committed by Gitee
parent 495580be70
commit 7cf4ef68fd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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.