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

com.twitter.finagle.http.flags.scala Maven / Gradle / Ivy

package com.twitter.finagle.http

import com.twitter.app.GlobalFlag

object serverErrorsAsFailures
    extends GlobalFlag(
      true,
      "Treat responses with status codes in " +
        "the 500s as failures. See " +
        "`com.twitter.finagle.http.service.HttpResponseClassifier.ServerErrorsAsFailures`"
    )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy