Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Documentation
urlPieceFromFile ∷ ∀ a. (Typeable a, FromHttpApiData a) ⇒ FilePath → IO a #
urlPieceToFile ∷ ∀ a. ToHttpApiData a ⇒ FilePath → a → IO () #
urlPieceFromText ∷ ∀ a. (Typeable a, FromHttpApiData a) ⇒ Text → IO a #