Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestParams

请求参数

Hierarchy

  • RequestParams

Index

Properties

Properties

Optional data

data: undefined | object

请求体数据

method

method: "GET" | "HEAD" | "POST" | "PUT" | "DELETE"

请求方法

Optional query

query: Query

请求查询字符串结构

subUrl

subUrl: string

请求 URL 除去前缀的部分

Generated using TypeDoc