Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRequestFileOptions

Hierarchy

  • IRequestFileOptions

Index

Properties

Properties

file

file: any

File to upload

name

name: string

Alias name of the file to upload

Optional responseType

responseType: XMLHttpRequestResponseType

Type of response expected for this request

see

Response Type

url

url: string

Request url

example

options = { method: "get", url:"/user"} or options = { method: "get", url:"http://example.com/user"}

Generated using TypeDoc