mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-30 22:01:48 +02:00
path <> url
This commit is contained in:
16
src/WireMock.Net/Admin/Mappings/PathModel.cs
Normal file
16
src/WireMock.Net/Admin/Mappings/PathModel.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace WireMock.Admin.Mappings
|
||||
{
|
||||
/// <summary>
|
||||
/// PathModel
|
||||
/// </summary>
|
||||
public class PathModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the matchers.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The matchers.
|
||||
/// </value>
|
||||
public MatcherModel[] Matchers { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user