Skip to content
Bernard Niset edited this page Dec 18, 2022 · 3 revisions

Mimus Serve

Introduction

Minus Serve is basically a clone of Wiremock but with many added features.

Documentation

Command Line Usage

Features

Request Matching

  • Request Matching: url, urlPattern, urlPath, urlPathPattern
  • Request Matching: headers
  • Request Matching: cookies
  • Request Matching: matching attributes on: equality, case insensitive, contains, matches (regex), doesNotMatch, JSON Path, Absence
  • Request Matching: presence

Request Matching

Response Templating

Response Templating

Advanced Features

  • Templating with JSONata
  • Dataset support (Datasets)
  • Dataset modification with processing (Datasets)

Roadmap

These are some features of WireMock not yet implemented in this server.

  • Request Matching: Multipart/form-data
  • Request Matching: Binary equality
  • Request Matching: JSON equality
  • Request Matching: XML equality
  • Request Matching: XPATH
  • Request Matching: Basic Authentication
  • Request Matching: Dates and times
  • Request Matching: Logical AND and OR
  • Stubbing: Per-stub random delays