PathEncode

smithy4s.http.internals.PathEncode
See thePathEncode companion object
trait PathEncode[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

def encode(a: A): List[String]

Concrete methods

def contramap[B](from: B => A): PathEncode[B]