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

io.github.eendroroy.sdk.bkash.definition.HttpHeader.kt Maven / Gradle / Ivy

The newest version!
package io.github.eendroroy.sdk.bkash.definition

enum class HttpHeader(private val key: String) {
    Authorization("Authorization"),
    ContentType("Content-Type"),
    Accept("Accept"),
    Username("username"),
    Password("password"),
    XAppKey("X-APP-Key");

    fun key() = key
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy