All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala-pekko-client.reference.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{configKeyPath}} {

    {{configKey}} {

        compression {
            enabled: false
            size-threshold: 0
        }

        trust-certificates: true

        connection-timeout: {{defaultTimeout}}ms

        default-headers {
            "userAgent": "{{artifactId}}_{{artifactVersion}}"
        }

        // let you define custom http status code, as in :
        // { code: 601, reason: "some custom http status code", success: false }
        custom-codes : []
    }
}

spray.can.host-connector.max-redirects = 10




© 2015 - 2024 Weber Informatics LLC | Privacy Policy