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

spinoco.protocol.http.header.X-Powered-By.scala Maven / Gradle / Ivy

The newest version!
package spinoco.protocol.http.header

import spinoco.protocol.http.header.value.{HeaderCodecDefinition, ProductDescription}


case class `X-Powered-By`(product: ProductDescription) extends DefaultHeader

object `X-Powered-By` { val codec =
  HeaderCodecDefinition[`X-Powered-By` ](ProductDescription.codec.xmap (`X-Powered-By` .apply,_.product))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy