Frame.Server
- server :: Router -> Config -> Validators -> IO ()
- testServer :: Router -> Config -> Validators -> IO ()
Documentation
Arguments
| :: Router | The router to run |
| -> Config | The configuration |
| -> Validators | The validators to check fields against |
| -> IO () | The server action |
Start Frame using FastCGI
Arguments
| :: Router | The router to run |
| -> Config | The configuration |
| -> Validators | The validators to check fields against |
| -> IO () | The server action |
Start a test server