//! HTTP server module for OTLP receiver
//!//! This module provides HTTP/1.1 and HTTP/2 endpoints for receiving
//! OpenTelemetry Protocol (OTLP) data via HTTP transport.
pubmodhandlers;pubmodmiddleware;pubmodroutes;pubmodserver;pubuseserver::HttpServer;#[cfg(test)]modtests{#[test]fntest_module_structure(){// Verify module compiles and exports are accessible
// Test passes if module compiles without errors
}}