更新时间:2022-02-10 GMT+08:00
重定向请求时的具体信息
类型定义
type Redirect struct
参数描述
字段名 |
类型 |
约束 |
说明 |
---|---|---|---|
Protocol |
作为请求参数时可选 |
重定向请求时使用的协议。 |
|
HostName |
string |
作为请求参数时可选 |
重定向请求时使用的站点名。 |
ReplaceKeyPrefixWith |
string |
作为请求参数时可选 |
重定向请求时使用的对象名前缀。 |
ReplaceKeyWith |
string |
作为请求参数时可选 |
重定向请求时使用的对象名。不可与replaceKeyPrefixWith同时存在。 |
HttpRedirectCode |
string |
作为请求参数时可选 |
重定向请求时响应中的HTTP状态码。 |
父主题: 数据类型