httpmock 0.8.2

HTTP mocking library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3.8'

services:
  server:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "5050:5050"
    volumes:
      - ./tests/resources/simple_static_mock.yaml:/static-mocks/simple_static_mock.yaml
    environment:
      - HTTPMOCK_MOCK_FILES_DIR=/static-mocks