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

dev.pellet.server.codec.http.HTTPHeaderConstants.kt Maven / Gradle / Ivy

There is a newer version: 0.0.16
Show newest version
package dev.pellet.server.codec.http

object HTTPHeaderConstants {

    val contentLength = "Content-Length"
    val contentType = "Content-Type"
    val transferEncoding = "Transfer-Encoding"
    val chunked = "chunked"
    val connection = "Connection"
    val keepAlive = "keep-alive"
    val close = "close"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy