-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Francesco Del Re edited this page Oct 21, 2020
·
1 revision
WART is a C# .NET Core library that allows extending any WebApi controller and forwarding any calls received by the controller to a SignalR hub. The SignalR hub on which the controller's call events will be sent will be used to send notifications with information about the call including the request and the response.