#web-api #specification #http #web #api

http_stub

Actual web servers, testing the full stack. Assert on the request, and send a response back

4 releases

Uses old Rust 2015

0.1.3 Jun 17, 2016
0.1.2 Apr 22, 2016
0.1.1 Apr 22, 2016
0.1.0 Apr 21, 2016

#477 in #web-api

27 downloads per month
Used in 2 crates

WTFPL license

8KB
79 lines

HttpStub

Ad-hoc local servers to test your HTTP client code.

Actual web servers,
testing the full stack.
Assert on the request,
and send a response back.

It's based on hyper,
because it's the best.
And asserts with regex,
instead of just text.

The code is quite simple,
and easy to digest,
if you want to contribute,
send your pull request.

Installation

[dependencies]
http_stub = "0.1"

What does it look like?

See actual examples in the docs

Dependencies

~9.5MB
~197K SLoC