customOptions property

List<String> customOptions
final

Additional custom cURL options.

A list of custom command line options to include in the cURL command. Each option should be a complete flag (e.g., '--http2', '--connect-timeout 10').

Implementation

final List<String> customOptions;