Class PipeHttpResponseToBash

  • All Implemented Interfaces:
    Statement

    public class PipeHttpResponseToBash
    extends PipeHttpResponseTo
    Pipes the content of the http response to bash
    • Constructor Detail

      • PipeHttpResponseToBash

        public PipeHttpResponseToBash​(String method,
                                      URI endpoint,
                                      com.google.common.collect.Multimap<String,​String> headers)
        Parameters:
        method - http method: ex GET
        endpoint - uri corresponding to the request
        headers - request headers to send