1//! C interface for the HTTP module of NetworkKit netstack. 2 3#[cfg(feature = "api-20")] 4#[cfg_attr(docsrs, doc(cfg(feature = "api-20")))] 5#[link(name = "net_http")] 6unsafe extern "C" {} 7 8mod net_http_ffi; 9pub use net_http_ffi::*;