mock_http 0.1.0

A simple mock http server for use in testing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mock_http"
version = "0.1.0"
license = "MIT"
description = "A simple mock http server for use in testing"
homepage = "https://github.com/ecoulson/perdue/tree/main/mock_http"
repository = "https://github.com/ecoulson/perdue/tree/main/mock_http"
readme = "README.md"

[lib]
name = "mock_http"
edition = "2021"
path = "lib.rs"

[dependencies]
tiny_http = "0.12.0"