keyed-vals-0.2.0.0: An abstract Handle for accessing collections in stores like Redis
Copyright(c) 2022 Tim Emiola
LicenseBSD3
MaintainerTim Emiola <adetokunbo@emio.la>
Safe HaskellSafe-Inferred
LanguageHaskell2010

KeyedVals.Handle.Codec.HttpApiData

Contents

Description

 
Synopsis

newtypes

newtype HttpApiDataOf a Source #

A deriving-via helper type for types that implement DecodeKV and EncodeKV using FromHttpApiData and ToHttpApiData type classes.

Constructors

HttpApiDataOf 

Fields

Instances

Instances details
FromHttpApiData a => DecodeKV (HttpApiDataOf a) Source # 
Instance details

Defined in KeyedVals.Handle.Codec.HttpApiData

ToHttpApiData a => EncodeKV (HttpApiDataOf a) Source # 
Instance details

Defined in KeyedVals.Handle.Codec.HttpApiData