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

Do we normally assign here or do an `addAll`?

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

Reply via email to