org.jclouds.scriptbuilder.domain
Class PipeHttpResponseToBash
java.lang.Object
org.jclouds.scriptbuilder.domain.InterpretableStatement
org.jclouds.scriptbuilder.domain.PipeHttpResponseTo
org.jclouds.scriptbuilder.domain.PipeHttpResponseToBash
- All Implemented Interfaces:
- Statement
public class PipeHttpResponseToBash
- extends PipeHttpResponseTo
Pipes the content of the http response to bash
- Author:
- Adrian Cole
PipeHttpResponseToBash
public PipeHttpResponseToBash(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers)
- Parameters:
method
- http method: ex GETendpoint
- uri corresponding to the requestheaders
- request headers to send
Copyright © 2009-2011 jclouds. All Rights Reserved.