rama-http 0.3.0-rc1

rama http layers, services and other utilities
1
2
3
4
5
6
7
8
9
10
11
//! HAR support, mostly to export using a [`recorder`] (e.g. export to files on the local FS).
//!
//! However you can also import pre-recorded _HAR_ data by (json) deserialzing it,
//! and for example turn the _HAR_ requests into _HTTP_ requests ready for use (more or less).

pub mod extensions;
pub mod layer;
pub mod recorder;
pub mod service;
pub mod spec;
pub mod toggle;