◆ removeHttpHeader()
| void gpudb::GPUdb::removeHttpHeader | ( | const std::string & | header | ) |
Removes the given HTTP header from the map of additional HTTP headers to send to GPUdb with each request.
The user is not allowed to remove the following headers:
- Authorization
- Content-type
- Content-length
- ha_sync_mode
Parameters
| header | the HTTP header |
See getHttpHeaders() See addHttpHeader(const std::string&, const std::string&)