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

org.mellowtech.jsonclient.HttpHeaders.scala Maven / Gradle / Ivy

The newest version!
package org.mellowtech.jsonclient



case class HttpHeader(val name: String, val value: String){
  override def toString: String = name + ": " + value
}

object HttpHeaders {
  val CONTENT_LENGTH = "Content-Length"
  val CONTENT_TYPE = "Content-Type"
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy