Tag Archives http4s

http4s example of REST API

So you decided to try http4s to create some web app or an API. Naturally your first step is to read official docs. Then you may notice that it's not helpful at some point (there you see just some syntax and general approaches to deal with common http stuff). Finally you start google for some http4s examples, preferably with CRUD, because it's almost a standard way to start acquaintance with new http library.

Close