You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Jeremy Daggett <je...@RACKSPACE.COM> on 2014/08/22 15:39:36 UTC

Payload in BaseHttpRequestOptions?

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