Package version:

Interface HttpGetAction

HTTPGetAction describes an action based on HTTP Get requests.

Hierarchy

Properties

Properties

path?: string

Path to access on the HTTP server.

scheme?: string

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: "HTTPGetAction"

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

Generated using TypeDoc