QueryStringParam

endpoints4s.http4s.client.Urls.QueryStringParam
trait QueryStringParam[A]

A query string parameter codec for type A.

The trait Urls provides implicit instances of type QueryStringParam[A] for basic types (e.g., Int, String, etc.). You can create additional instances by transforming or refining the existing instances with xmap and xmapPartial.

Attributes

Note

This type has implicit methods provided by the PartialInvariantFunctorSyntax and the InvariantFunctorSyntax classes.

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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