use gurt::{GurtServer, GurtResponse, ServerContext, Result}; #[tokio::main] async fn main() -> Result<()> { tracing_subscriber::fmt::init(); let server = GurtServer::with_tls_certificates("cert.pem", "cert.key.pem")? .get("/", |_ctx: &ServerContext| async { Ok(GurtResponse::ok().with_string_body("