Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Threema/common/src/main/java/ch/threema/common/     Datei vom 25.3.2026 mit Größe 558 B image not shown  

Quelle  Http.kt   Sprache: unbekannt

 
Spracherkennung für: .kt vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

package ch.threema.common

object Http {
    object Header {
        // Request headers
        const val ACCEPT = "Accept"
        const val ACCEPT_LANGUAGE = "Accept-Language"
        const val AUTHORIZATION = "Authorization"
        const val CONTENT_TYPE = "Content-Type"
        const val USER_AGENT = "User-Agent"

        // Response headers
        const val EXPIRES = "Expires"
    }

    object StatusCode {
        const val OK = 200
        const val UNAUTHORIZED = 401
        const val FORBIDDEN = 403
        const val NOT_FOUND = 404
    }
}

[zur Elbe Produktseite wechseln0.37QuellennavigatorsAnalyse erneut starten2026-04-27]