libedgegrid 0.0.2

This library implements an Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Rust
1
2
3
4
#[derive(Clone, Debug, Serialize)]
pub struct PurgeBody {
    objects: Vec<String>
}