Unleashing the Power of HTTP Apis: The Http4s Library
Nowadays, many applications expose APIs over an HTTP channel. So, it’s worth spending some time studying libraries implementing such use case. If we learned the basics of functional programming using the Cats ecosystem, it’s straightforward to choose the http4s library to implement HTTP endpoints. Let’s see how.
This article was originally published on Rock the JVM.
Read on Rock the JVM