> @@ -96,4 +112,90 @@ public void enqueueResponse(MockResponse response) {
>
> return dispatcher;
> }
> +
> + /**
> + * Ensure json headers are included
> + * */
> + public MockResponse addJsonHeaders(MockResponse mockResponse) {addJsonHeaders makes it sound like the values are actually in JSON or something. Perhaps "addCommonHeaders"? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/224/files#r8221444
