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
Headers
[JsonPropertyName("headers")]
public Dictionary<string, string>? Headers { get; init; }
Property Value
Method
[JsonPropertyName("method")]
public string Method { get; set; }
Property Value
Path
[JsonPropertyName("path")]
public string Path { get; set; }