easyhttpmock

Crates.ioeasyhttpmock
lib.rseasyhttpmock
version0.1.1
created_at2026-01-21 11:54:19.013399+00
updated_at2026-01-23 02:20:41.773626+00
descriptionEasyHttpMock is a simple HTTP mock server for testing HTTP clients.
homepagehttps://github.com/ararog/easyhttpmock
repositoryhttps://github.com/ararog/easyhttpmock
max_upload_size
id2058985
size71,146
ararog (ararog)

documentation

README

EasyHttpMock

HTTP mock server.

Description

EasyHttpMock is a small HTTP mock server.

Install

easyhttpmock = { version = "0.1.0", features = ["tokio-rt", "http2", "tokio-rust-tls"] }

Runtimes

Crate features

  • tokio-rt (default)

  • smol-rt

  • http1

  • http2 (default)

  • http3

  • tokio-rust-tls (default)

License

MIT

Author

Rogerio Pereira Araujo rogerio.araujo@gmail.com

Commit count: 18

cargo fmt