CatRequestOptions

data class CatRequestOptions(val headers: List<String>? = null, val sort: List<String>? = null, val verbose: Boolean? = null, val help: Boolean? = null, val bytes: CatBytes? = null, val time: CatTime? = null, val format: CatFormat? = null, val local: Boolean? = null, val extraParameters: Map<String, String>? = null)

Common cat query parameters.

Use headers for h, sort for s, verbose for v, help for help, bytes for bytes, time for time, format for format, and local for local.

Constructors

Link copied to clipboard
constructor(headers: List<String>? = null, sort: List<String>? = null, verbose: Boolean? = null, help: Boolean? = null, bytes: CatBytes? = null, time: CatTime? = null, format: CatFormat? = null, local: Boolean? = null, extraParameters: Map<String, String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard