Tutorial

In this guide, we’ll walk through the process of implementing an HTTP routing service using the monolake-services crate. This service will handle incoming HTTP requests and route them to appropriate upstream servers based on the configured routes and their associated endpoints.


Config & context management

This doc covers how to manage configuration and context

Creating Service and Factory

Putting it all together


Last modified November 13, 2024 : Feat: Monolake graphs and minor fixes (a7335d5)