Uses of Class
com.github.dzieciou.testing.curl.CurlCommand
-
-
Uses of CurlCommand in com.github.dzieciou.testing.curl
Methods in com.github.dzieciou.testing.curl that return CurlCommand Modifier and Type Method Description CurlCommandCurlCommand. addDataBinary(String dataBinary)CurlCommandCurlCommand. addFormPart(String name, String content)CurlCommandCurlCommand. addHeader(String name, String value)CurlCommandCurlCommand. removeHeader(String name)CurlCommandCurlCommand. setCompressed(boolean compressed)CurlCommandCurlCommand. setCookieHeader(String cookieHeader)CurlCommandCurlCommand. setInsecure(boolean insecure)CurlCommandCurlCommand. setMethod(String method)CurlCommandCurlCommand. setServerAuthentication(String user, String password)CurlCommandCurlCommand. setUrl(String url)CurlCommandCurlCommand. setVerbose(boolean verbose)Methods in com.github.dzieciou.testing.curl that return types with arguments of type CurlCommand Modifier and Type Method Description Optional<Consumer<CurlCommand>>Options. getCurlUpdater()Method parameters in com.github.dzieciou.testing.curl with type arguments of type CurlCommand Modifier and Type Method Description Options.BuilderOptions.Builder. updateCurl(Consumer<CurlCommand> curlUpdater)Configures the library to update curl command with a givencurlUpdaterbefore printing.
-