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

spinoco.protocol.http.header.Location.scala Maven / Gradle / Ivy

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

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


/**
  *   RFC 7231 7.1.2
  *   @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location
  */
sealed case class Location(value: LocationDefinition) extends DefaultHeader

object Location { val codec =
  HeaderCodecDefinition[Location](LocationDefinition.codec.xmap (Location.apply, _.value))
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy