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

spinoco.protocol.http.header.X-Real-IP.scala Maven / Gradle / Ivy

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

import spinoco.protocol.http.HostPort
import spinoco.protocol.http.header.value.HeaderCodecDefinition

/**
  * Created by pach on 07/02/17.
  */
case class `X-Real-IP`(host:HostPort) extends DefaultHeader


object `X-Real-IP` { val codec =
  HeaderCodecDefinition[`X-Real-IP`](HostPort.codec.xmap (`X-Real-IP`.apply,_.host))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy