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 14, 2024 : Fix: Remove duplicate file (#1170) (6d2d4ae)