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

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

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

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


trait DefaultHeader extends HttpHeader { self =>
  lazy val name: String = {
    HeaderCodecDefinition.nameFromClass(self.getClass)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy