Cloud API Overview > @adpt/cloud > k8s > HTTPGetAction > httpHeaders
k8s.HTTPGetAction.httpHeaders property
Custom headers to set in the request. HTTP allows repeated headers.
Signature:
httpHeaders?: {
name: string;
value: string;
}[];