elif-http 0.2.0

HTTP server core for the elif.rs LLM-friendly web framework
Documentation

elif-http

HTTP server core for the elif.rs LLM-friendly web framework.

This crate provides the fundamental HTTP server functionality including:

  • Axum-based HTTP server with async support
  • Integration with the elif-core DI container
  • Configuration management
  • Graceful shutdown handling
  • Health check endpoints