Okapi.HTTP.RFC9651.Item
data Item a Source #
Defined in Okapi.HTTP.RFC9651.Item
parser :: Tree Item i o -> Parser Item o Source #
printer :: Tree Item i o -> Printer Item i Source #
bareItem :: Leaf (BareItem :: Type -> Type) a -> Tree Item a a Source #
bareItemEq :: ByteString -> Tree Item () () Source #
item :: Leaf (BareItem :: Type -> Type) a -> Tree Parameters p p -> Tree Item (a, p) (a, p) Source #
params :: Tree Parameters p p -> Tree Item p p Source #
raw :: Tree Item ByteString ByteString Source #