We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0222e90 commit 735ab44Copy full SHA for 735ab44
index.d.ts
@@ -163,8 +163,8 @@ declare namespace COS {
163
Domain?: string;
164
/** getService方法可以使用的自定义域名 */
165
ServiceDomain?: string;
166
- /** 强制使用后缀式模式发请求。后缀式模式中 Bucket 会放在域名后的 pathname 里,并且 Bucket 会加入签名 pathname 计算,默认 false */
167
- Protocol?: string;
+ /** http协议,枚举值'http:','https:','http','https:' */
+ Protocol?: 'http' | 'http:' | 'https' | 'https:';
168
/** 设置代理,格式如 http://127.0.0.1:8888 */
169
Proxy?: string;
170
/** 透传给request */
0 commit comments