ContinueRequestOverrides 接口
🌐 ContinueRequestOverrides interface
语法
🌐 Signature
export interface ContinueRequestOverrides
属性
🌐 Properties
属性 🌐 Property | 修饰符 🌐 Modifiers | 类型 🌐 Type | 描述 🌐 Description | 默认 🌐 Default |
|---|---|---|---|---|
| headers |
| Record<string, string> | ||
| method |
| string | ||
| postData |
| string | ||
| url |
| string | 如果设置,请求 URL 将会更改。这不是重定向。 🌐 If set, the request URL will change. This is not a redirect. |