argoflows 0.1.1

Argoflows lets you seamlessly integrate and manage Argo Workflows directly from your Rust applications.
Documentation
mod basic_auth;
pub use self::basic_auth::BasicAuth;

mod body_source;
pub use self::body_source::HTTPBodySource;

mod client_cert_auth;
pub use self::client_cert_auth::ClientCertAuth;

mod header;
pub use self::header::HTTPHeader;

mod header_source;
pub use self::header_source::HTTPHeaderSource;

mod http;
pub use self::http::HTTP;

mod http_auth;
pub use self::http_auth::HTTPAuth;

mod oauth2_auth;
pub use self::oauth2_auth::OAuth2Auth;

mod oauth2_endpoint_param;
pub use self::oauth2_endpoint_param::OAuth2EndpointParam;