| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Okapi.HTTP.RFC9651.BareItem
Documentation
data BareItem (a :: k) Source #
Instances
| HasLeaf (BareItem :: Type -> Type) ByteString Source # | |
Defined in Okapi.HTTP.RFC9651.BareItem | |
| HasLeaf (BareItem :: Type -> Type) Scientific Source # | |
Defined in Okapi.HTTP.RFC9651.BareItem | |
| HasLeaf (BareItem :: Type -> Type) Text Source # | |
| HasLeaf (BareItem :: Type -> Type) UTCTime Source # | |
| HasLeaf (BareItem :: Type -> Type) Integer Source # | |
| HasLeaf (BareItem :: Type -> Type) Bool Source # | |
| HasLeaf (BareItem :: Type -> Type) Double Source # | |
| HasLeaf (BareItem :: Type -> Type) Float Source # | |
| HasLeaf (BareItem :: Type -> Type) Int Source # | |
| type Failure (BareItem :: Type -> Type) Source # | |
Defined in Okapi.HTTP.RFC9651.BareItem | |
| type Piece (BareItem :: Type -> Type) Source # | |
Defined in Okapi.HTTP.RFC9651.BareItem | |
renderInner :: Leaf (BareItem :: Type -> Type) a -> [a] -> ByteString Source #
parseInnerToList :: Leaf (BareItem :: Type -> Type) a -> ByteString -> Either ParseError [a] Source #