HTTPGetActionResponse

data class HTTPGetActionResponse(val host: String, val httpHeaders: List<HTTPHeaderResponse>, val path: String, val port: Int, val scheme: String)

HTTPGetAction describes an action based on HTTP Get requests.

Constructors

Link copied to clipboard
constructor(host: String, httpHeaders: List<HTTPHeaderResponse>, path: String, port: Int, scheme: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Not supported by Cloud Run.

Link copied to clipboard

Custom headers to set in the request. HTTP allows repeated headers.

Link copied to clipboard

Path to access on the HTTP server.

Link copied to clipboard
val port: Int

Port number to access on the container. Number must be in the range 1 to 65535.

Link copied to clipboard

Not supported by Cloud Run.