tandem-server 0.4.34

HTTP server for Tandem engine APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
use crate::http::AppState;
use axum::{
    extract::{Path, Query, State},
    http::StatusCode,
    response::{Html, IntoResponse, Response},
    routing::get,
    Json, Router,
};

include!("config_providers_parts/part01.rs");
include!("config_providers_parts/part02.rs");