//
// Copyright (c) Memfault, Inc.
// See License.txt for details
//! Memfaultd HTTP server
//! Used on device for communication with other programs and `memfaultctl`.
//!
//! Typically binds to 127.0.0.1 and only available locally.
//!
pub use ;
pub use HttpServer;
pub use ;
pub use ;