Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

TxiosResponse response 对象

template

T

param

服务端返回的数据

param

HTTP 状态码

param

状态消息

param

响应头

param

请求配置对象

param

请求对象 XMLHttpRequest 对象实例 request

Type parameters

  • T

Hierarchy

  • TxiosResponse

Index

Properties

config

data

data: T

headers

headers: any

request

request: any

status

status: number

statusText

statusText: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc