Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdminClientOptions

Hierarchy

  • AdminClientOptions

Index

Properties

adminServerUrl?: string

The full URL to use to connect to a Mockttp admin server when using a remote (or local but browser) client.

When using a local server, this option is ignored.

debug?: boolean

Should the client print extra debug information?

requestOptions?: { headers?: {} }

Options to include on all client requests.

Type declaration

  • Optional headers?: {}
    • [key: string]: string

Generated using TypeDoc