Hey devs, Does anyone have context around the buildStringPayload() method in HttpRequestOptions [1], and the payload field in BaseHttpRequestOptions [2]? There are only a few references in the codebase and I am trying to understand its purpose. Insight appreciated, thx!
/jd [1] https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/http/options/HttpRequestOptions.java#L47 [2] https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/http/options/BaseHttpRequestOptions.java#L34
