LinkType

scamper.http.types.LinkType
See theLinkType companion trait
object LinkType

Provides factory for LinkType.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LinkType.type

Members list

Value members

Concrete methods

def apply(ref: Uri, params: (String, Option[String])*): LinkType

Creates link with supplied values.

Creates link with supplied values.

Attributes

def apply(ref: Uri, params: Map[String, Option[String]]): LinkType

Creates link with supplied values.

Creates link with supplied values.

Attributes

def parse(link: String): LinkType

Parses formatted link.

Parses formatted link.

Attributes

def parseAll(links: String): Seq[LinkType]

Parses formatted list of links.

Parses formatted list of links.

Attributes