//! HTTP-backed table directory backend for SIM.
//!
//! `HttpDir` treats each table key as a resource below a configured base URL.
//! Reads perform bounded `GET` requests, writes perform bounded `PUT` or `POST`
//! requests, and deletes perform bounded `DELETE` requests. Every effectful
//! operation requires the canonical `net/http` capability, with the compatibility
//! aliases accepted by `sim-table-core`.
pub use ;
pub use ;
pub use ;
/// Cookbook recipes for this lib, embedded at build time.
pub static RECIPES: EmbeddedDir =
include!;