> @@ -201,6 +209,11 @@ public Builder payload(Payload payload) {
> return this;
> }
>
> + public Builder headers(Multimap<String, String> headers) {
> + this.headers = headers;Normally replacement in builders. Copied from --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/35/files#r6719878
