March 28, 2021
http4k 101: HTTP Handlers
This post is part of a series about http4k. Part 1 - Http4k - A Sneak Peak A TL;DR can be found at the bottom of the article. HttpHandlers are one of http4k's core features: Handling a request and returning a response. Before we dive in, let me define a scenario that we will be used as an example for all the mechanics we will implement...
Read more