Revert "remove unused types"
This reverts commit d5efe329d41cbef89207a85783a16042430cc73b.
This commit is contained in:
@@ -223,4 +223,10 @@ public class SptHttpListener : IHttpListener
|
||||
resp.StartAsync().Wait();
|
||||
resp.CompleteAsync().Wait();
|
||||
}
|
||||
|
||||
private record Response(string Method, string jsonData);
|
||||
|
||||
private record Request(string Method, object output);
|
||||
|
||||
private record RequestData(string Url, object Headers, object Data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user