Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 544 Bytes

Readme.md

File metadata and controls

17 lines (11 loc) · 544 Bytes

httpbox

Build Status

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.

Installation

git clone https://github.com/kevinastone/httpbox.git
cd httpbox
cargo run
open http://localhost:3000