Config

data class Config(val disableProxy: Boolean = false)

Configuration for a MockzillaManagement instance.

Constructors

Link copied to clipboard
constructor(disableProxy: Boolean = false)

Properties

Link copied to clipboard

When true, management API calls bypass any system-level HTTP proxy configured on the machine.