path <> url

This commit is contained in:
Stef Heyenrath
2017-01-29 14:24:48 +01:00
parent 7fe0f41a9d
commit fddc85f48d
9 changed files with 167 additions and 198 deletions

View File

@@ -1,11 +1,9 @@
using System.Collections.Generic;
namespace WireMock.Admin.Mappings
namespace WireMock.Admin.Mappings
{
/// <summary>
/// UrlModel
/// PathModel
/// </summary>
public class UrlModel
public class PathModel
{
/// <summary>
/// Gets or sets the matchers.

View File

@@ -8,12 +8,12 @@ namespace WireMock.Admin.Mappings
public class RequestModel
{
/// <summary>
/// Gets or sets the URL. (Can be a string or a UrlModel)
/// Gets or sets the Path. (Can be a string or a PathModel)
/// </summary>
/// <value>
/// The URL.
/// </value>
public object Url { get; set; }
public object Path { get; set; }
/// <summary>
/// The methods