httpmock 0.3.1

an HTTP mock server library for your tests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
FROM rust:latest

WORKDIR /usr/src/httpmock
COPY . .

RUN cargo install --features="standalone" --path .

EXPOSE 5000

ENV RUST_LOG httpmock=info

ENTRYPOINT httpmock --expose