dolang-ext-http-mock 0.1.0

HTTP mock server extension for the Do language.
1
2
3
4
5
6
7
8
9
#![deny(warnings)]

// Needed so we can programmatically import the `json` module
#[cfg(feature = "json")]
extern crate dolang_ext_json;

mod extension;
mod global;
mod mock;