05: Routes In Haskell
Update: 2018-08-16
Description
Building on our Server API, we want to break down the function called by the route into something more compose-able
Route Type
get :: RoutePattern -> ActionM () -> ScottyM ()
- That’s a get request
Resources
docker quick
Sean Hess original post
Follow
- JavaScript to Haskell
- Twitter: @jstoHaskell()
- Site: JSToHaskell
- microblog: @jtomchak
- Jesse Tomchak
- Twitter: @jtomchak
Comments
In Channel