Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPoolRequestOptions

Hierarchy

  • IPoolRequestOptions

Index

Properties

Optional body

body: string

Request body to include.

method

method: "GET" | "POST" | "DELETE"

Request method.

path

path: string

Path to hit on the database server, must begin with a leading slash.

Optional query

query: any

Query string to be appended to the request path.

Optional retries

retries: number

For internal use only, a counter of the number of times we've retried running this request.

Generated using TypeDoc