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
17
[dependencies.tiny_http]
version = "0.12.0"

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

[package]
description = "A simple mock http server for use in testing"
homepage = "https://github.com/ecoulson/perdue/tree/main/mock_http"
license = "MIT"
name = "mock_http"
readme = "README.md"
repository = "https://github.com/ecoulson/perdue/tree/main/mock_http"
resolver = "2"
version = "0.1.0"