Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.
/ rust-http-stub Public archive

Create ad-hoc servers for testing your HTTP clients.

Notifications You must be signed in to change notification settings

bitex-la/rust-http-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create ad-hoc servers for testing your HTTP clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages