| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Network.URI.Template.Internal
Documentation
addChar :: Char -> StringBuilder () Source #
addString :: String -> StringBuilder () Source #
Constructors
| Unreserved | |
| UnreservedOrReserved |
data ProcessingOptions Source #
Constructors
| ProcessingOptions | |
Fields | |
type BoundValue = (String, WrappedValue) Source #
options :: Modifier -> ProcessingOptions Source #
templateValueIsEmpty :: TemplateValue a -> Bool Source #
namePrefix :: ProcessingOptions -> String -> TemplateValue a -> StringBuilder () Source #
processVariable :: Modifier -> Bool -> Variable -> WrappedValue -> StringBuilder () Source #
processVariables :: [(String, WrappedValue)] -> Modifier -> [Variable] -> StringBuilder () Source #
render :: UriTemplate -> [BoundValue] -> String Source #
render' :: UriTemplate -> [BoundValue] -> String Source #