httpbox is an HTTP test tool that provides a number of endpoints for testing a variety of HTTP features similar to httpbin. It is written in Rust and uses the Hyper http framework.
You can see it in action here.
git clone https://github.com/kevinastone/httpbox.git
cd httpbox
cargo run
open http://localhost:3000