render

abstract fun render(encoding: HeaderValueEncoding): String(source)

Encodes the header with a specified encoding.

Report a problem


abstract fun render(): String(source)

Encodes the header with the default HeaderValueEncoding for this header.

Report a problem