spinoco.protocol.http.header.HttpHeader.scala Maven / Gradle / Ivy
The newest version!
package spinoco.protocol.http.header
/**
* Http Header.
*
* Allows to specify Http header that has a header of `name` and value of `A`
*
*
*/
trait HttpHeader {
def name: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy