-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bernard Niset edited this page Dec 18, 2022
·
3 revisions
Minus Serve is basically a clone of Wiremock but with many added features.
- 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
- Stubbing: status, statusMessage, body, bodyFileName, Stub priority, headers (Basic Stubbing)
- Specify mappings as YAML files (YAML mapping syntax)
- Stateful Behaviour: Scenario support (Stateful Behavior)
- Proxying (Proxying)
- Simulating faults: Global fixed stub delays (Simulating Faults)
- Simulating faults: Per-stub fixed delays (Simulating Faults)
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