Creating a simple HTTP RESTful API for exposing our `Server.semiprime` function. It supports some help messages, primitive parsing and error handling, and singular vs. batch processing of arguments. For more sophisticated parsing and error-checking, I prefer to use Haskell's Servant library. |
||
|---|---|---|
| .. | ||
| app.ex | ||
| cache.ex | ||
| extras.ex | ||
| math.ex | ||
| router.ex | ||
| server.ex | ||
| sup.ex | ||