AttributeSeparator

zio.http.template2.AttributeSeparator
See theAttributeSeparator companion object
sealed trait AttributeSeparator

Attribute separator types for multi-value attributes

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Comma
class Custom
object Semicolon
object Space

Members list

Value members

Abstract methods

def render: String

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any