Add a new stub mapping

This commit is contained in:
Stef Heyenrath
2017-01-27 21:19:30 +01:00
parent a334974bef
commit 1f33e6a671
28 changed files with 576 additions and 264 deletions

View File

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