[REMOTE] HTTP4s Middleware

![[REMOTE] HTTP4s Middleware](https://secure.meetupstatic.com/photos/event/1/9/5/d/highres_466386493.jpeg?w=750)
Details
Hi Rhein-Main-Scala Enthusiasts,
we're back with a new meetup about implementing your own http4s
middleware. The Meetup will be held using zoom: https://codecentric.zoom.us/j/91783114879?pwd=MkZFVWdESlJlczVyTHFvNkhWajBRZz09
http4s (https://http4s.org/) is a well-known HTTP server & client
library that was built from the ground up with FP in mind and
therefore strongly favors the functional programming style. This is
the core difference that sets it apart from other libraries like
akka-http.
Using so called "middleware", we can extend the functionality of the
http layer provided by http4s. The actual work required to implement
your own middleware are surprisingly simple and more fun than you
might think at first. Once you dive into implementing your own
middleware, you can easily implement things like your own
authentication mechanism, metrics reporter or data enrichment layer.
In this talk, Alexey Novakov will show us how we can build our own
custom middleware for SPNEGO authentication, demonstrating how to use
principles of functional programming to get the job done.
Zoom: https://codecentric.zoom.us/j/91783114879?pwd=MkZFVWdESlJlczVyTHFvNkhWajBRZz09

[REMOTE] HTTP4s Middleware