//! # Capabilities
//! <https://wiki.secondlife.com/wiki/Capabilities>
//!
//! OpenSimulator uses HTTP endpoints for retrieving large amounts of data. These are called
//! Capabilities or "caps" by the spec. These endpoints are unique URLs that can send and receive
//! data.
///
///
/// Informs the server ofw which capabilities are required, and retrieves the endpoint URLs
/// Handles the folder structure for the inventory capability response.
/// Handles the types for inventory items
/// Handles scene data.
/// Scenes are what contain meshes, their effects, and how they are arranged in relation to each
/// other.
/// Handles the mesh data.
/// This contains the triangle coordinates of mesh objects that will be displayed by the UI.
/// Contains login information sent over http
/// requests a folder from the capability endpoint