PostmanRequestUrl
Assembly: ServiceStack.dll
View Source
Declaration
public class PostmanRequestUrl
Properties
raw
View Source
Declaration
public string raw { get; set; }
protocol
View Source
Declaration
public string protocol { get; set; }
host
View Source
Declaration
public string host { get; set; }
path
View Source
Declaration
public string[] path { get; set; }
port
View Source
Declaration
public string port { get; set; }
query
View Source
Declaration
public List<PostmanRequestKeyValue> query { get; set; }
variable
View Source
Declaration
public List<PostmanRequestKeyValue> variable { get; set; }