//! # livy
//! Apache Livy REST API Client
//!
//! ## Supported Versions of Apache Livy
//! * 0.3.0
//! * 0.4.0
extern crate curl;
extern crate serde;
extern crate serde_derive;
extern crate serde_json;
/// Utilities for sending an HTTP request and receiving an HTTP response
/// Apache Livy 0.3.0 REST API client