PostmanRequestDetails
Assembly: ServiceStack.dll
View Source
Declaration
public class PostmanRequestDetails
Properties
url
View Source
Declaration
public PostmanRequestUrl url { get; set; }
method
View Source
Declaration
public string method { get; set; }
header
View Source
Declaration
public string header { get; set; }
body
View Source
Declaration
public PostmanRequestBody body { get; set; }