use fluxio;
pub const CONNECT: fluxio::Method = fluxio::Method::CONNECT;
pub const DELETE: fluxio::Method = fluxio::Method::DELETE;
pub const GET: fluxio::Method = fluxio::Method::GET;
pub const HEAD: fluxio::Method = fluxio::Method::HEAD;
pub const OPTIONS: fluxio::Method = fluxio::Method::OPTIONS;
pub const PATCH: fluxio::Method = fluxio::Method::PATCH;
pub const POST: fluxio::Method = fluxio::Method::POST;
pub const PUT: fluxio::Method = fluxio::Method::PUT;
pub const TRACE: fluxio::Method = fluxio::Method::TRACE;