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

com.twitter.finatra.http.modules.MessageBodyFlagsModule.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.finatra.http.modules

import com.twitter.finatra.http.marshalling.MessageBodyFlags
import com.twitter.inject.TwitterModule

object MessageBodyFlagsModule extends TwitterModule {

  flag(
    MessageBodyFlags.ResponseCharsetEnabled,
    true,
    "Return HTTP Response Content-Type UTF-8 Charset")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy