mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-19 23:11:20 +02:00
GET "/__admin/mappings"
This commit is contained in:
16
src/WireMock/Admin/BodyModel.cs
Normal file
16
src/WireMock/Admin/BodyModel.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace WireMock.Admin
|
||||
{
|
||||
/// <summary>
|
||||
/// Body Model
|
||||
/// </summary>
|
||||
public class BodyModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the matcher.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The matcher.
|
||||
/// </value>
|
||||
public MatcherModel Matcher { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user