| Safe Haskell | None |
|---|
Program.Mighty.Route
Contents
Paring a routing file
Arguments
| :: FilePath | |
| -> Domain | A default domain, typically "localhost" |
| -> Port | A default port, typically 80. |
| -> IO RouteDB |
Parsing a route file.
Types
type Domain = ByteStringSource