Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Interface QYRequest

An API Request Object.

Hierarchy

  • QYRequest

Index

Properties

method

method: Exclude<HMETHOD, "MIDDLEWARE">

The method needed for this request.

path

path: string

The path needed for this request.

Optional params

The path parameters for this request; if any.

Optional query

The query parameters for a GET or DELETE request; if any.

Optional body

The body parameters for a GET or DELETE request; if any.

Optional files

files: string[]

A list a files that are to be uploaded in this request; if any.