timestamp http requests

This commit is contained in:
UbitUmarov
2020-05-15 23:40:19 +01:00
parent 7098091616
commit 48892ad8a7
9 changed files with 18 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ namespace OpenSim.Tests.Common
public Uri Url { get; set; }
public string UriPath { get;}
public double ArrivalTS { get; }
public string UserAgent
{

View File

@@ -117,6 +117,8 @@ namespace OpenSim.Tests.Common
/// </summary>
public string StatusDescription { get; set; }
public double RequestTS { get; }
/// <summary>
/// Add a header field and content to the response.
/// </summary>