Class PipeHttpResponseTo

    • Constructor Detail

      • PipeHttpResponseTo

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