Adds a custom HTTP header to the set of ones which will be used per HTTP endpoint submission by the GPUdb to the server. The header key and value must be strings. Also, the following headers are protected, and cannot be overridden by the user:
“Accept”
“Authorization”
“Content-type”
“X-Kinetica-Group”
Parameters
The single header to add.
Value of the single header value to add.
Adds an HTTP header to the map of additional HTTP headers to send to the server with each request. If the header is already in the map, its value is replaced with the specified value. The user is not allowed to modify the following headers:
AcceptAuthorizationX-Kinetica-GroupContent-type