Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpGetAction

Package version

HTTPGetAction describes an action based on HTTP Get requests.

Hierarchy

Index

Properties

Properties

Optional path

path: undefined | string

Path to access on the HTTP server.

Optional scheme

Scheme to use for connecting to the host. Defaults to HTTP.

Possible enum values:

  • "HTTP" means that the scheme used will be http://
  • "HTTPS" means that the scheme used will be https://

type

type: "HTTPGetAction"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc