Philipp Mayer

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
March 22, 2021

Http4k - A Sneak Peak

While there are a lot of great talks on Youtube about http4k, only very little has been written yet. Wanting to explore the area of technical writing, I decided to start a series of articles about the library, hoping that others will find it useful and start playing around with http4k. Today we will start by giving a little glimpse on ...
Read more