Class PactRequest

Namespace
Kuestenlogik.Bowire.Contracts
Assembly
Kuestenlogik.Bowire.Contracts.dll
public sealed class PactRequest
Inheritance
PactRequest
Inherited Members

Constructors

PactRequest()

public PactRequest()

Properties

Body

[JsonPropertyName("body")]
public JsonNode? Body { get; set; }

Property Value

JsonNode

Headers

[JsonPropertyName("headers")]
public Dictionary<string, string>? Headers { get; init; }

Property Value

Dictionary<string, string>

Method

[JsonPropertyName("method")]
public string Method { get; set; }

Property Value

string

Path

[JsonPropertyName("path")]
public string Path { get; set; }

Property Value

string