//! HTTP client for the git-lfs batch and locking APIs.
//!
//! See `docs/api/` for the wire-protocol specification.
//!
//! Scope is deliberately narrow: this crate handles JSON request/response
//! against the LFS server. Concurrency, retries, and the actual byte
//! transfer against action URLs live in `git-lfs-transfer`. Credential
//! resolution lives in `git-lfs-creds`. Server URL discovery from a git
//! remote lives in `git-lfs-git`.
pub use Auth;
pub use ;
pub use Client;
pub use ;
pub use ;
pub use ;