Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 806 Bytes

HTTPGetAction.md

File metadata and controls

14 lines (10 loc) · 806 Bytes

HTTPGetAction

Properties

Name Type Description Notes
host str Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. +optional [optional]
http_headers list[HTTPHeader] Custom headers to set in the request. HTTP allows repeated headers. +optional [optional]
path str Path to access on the HTTP server. +optional [optional]
port IntOrString [optional]
scheme URIScheme [optional]

[Back to Model list] [Back to API list] [Back to README]