tvl-depot/assessments/semiprimes/server/lib
William Carroll 8c5e4e77ed Expose functions at API layer
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.
2020-12-12 02:43:40 +00:00
..
app.ex Define Cache and convert app to OTP 2020-12-12 01:04:39 +00:00
cache.ex Define Cache.{list,clear} to help debugging 2020-12-12 01:31:51 +00:00
extras.ex Add moduledoc to Extras 2020-12-11 22:48:12 +00:00
math.ex Define Math module 2020-12-11 22:43:26 +00:00
router.ex Expose functions at API layer 2020-12-12 02:43:40 +00:00
server.ex Include cache hit/miss info in return type 2020-12-12 02:43:35 +00:00
sup.ex Expose functions at API layer 2020-12-12 02:43:40 +00:00