static Options.Builder |
Options.builder() |
|
Options.Builder |
Options.Builder.dontEscapeNonAscii() |
Disable escaping non ASCII characters for POSIX platforms.
|
Options.Builder |
Options.Builder.dontLogStacktrace() |
Configures the library to not print a stacktrace where curl command has been generated.
|
Options.Builder |
Options.Builder.escapeNonAscii() |
Enable escaping non ASCII characters for POSIX platforms.
|
Options.Builder |
Options.Builder.logStacktrace() |
Configures the library to print a stacktrace where curl command has been generated.
|
Options.Builder |
Options.Builder.printMultiliner() |
Configures the library to print a curl command in multiple lines.
|
Options.Builder |
Options.Builder.printSingleliner() |
Configures the library to print a curl command in a single line.
|
Options.Builder |
Options.Builder.targetPlatform(Platform targetPlatform) |
Configure the library to print curl command that will be executable on a given
targetPlatform.
|
Options.Builder |
Options.Builder.updateCurl(Consumer<CurlCommand> curlUpdater) |
Configures the library to update curl command with a given curlUpdater before
printing.
|
Options.Builder |
Options.Builder.useLongForm() |
Configures the library to print long form of curl parameters.
|
Options.Builder |
Options.Builder.useShortForm() |
Configures the library to print short form of curl parameters.
|