Istvan Toth created HBASE-28761: ----------------------------------- Summary: Expose HTTP context in REST Client Key: HBASE-28761 URL: https://issues.apache.org/jira/browse/HBASE-28761 Project: HBase Issue Type: Improvement Components: REST Reporter: Istvan Toth
We already expose the Apache HTTP Client object in the REST client, but we specify the context for each call separately, so it is not possible to retrieve it. Add a getter and setter for the stickyContext object. The use case for this is copying session cookies between clients to avoid re-authentication by each client object, but this may also be useful for debugging purposes. -- This message was sent by Atlassian Jira (v8.20.10#820010)