drupal_kit 0.3.3

Flexible Drupal HTTP client supporting a variety of popular contrib modules
Documentation
1
2
3
4
5
6
7
mod basic;
mod bearer;
mod strategy;

pub use basic::BasicAuthStrategy;
pub use bearer::BearerAuthStrategy;
pub use strategy::{AuthStrategy, AuthStrategyError, AuthStrategyResult};