> @@ -201,6 +209,11 @@ public Builder payload(Payload payload) {
>           return this;
>        }
>  
> +      public Builder headers(Multimap<String, String> headers) {
> +         this.headers = headers;

> From @adriancole: "addAll when additive; just the field name when replacing 
> all"

Thanks, Adrian!


---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/35/files#r6718315

Reply via email to