Skip to content
Francesco Del Re edited this page Oct 21, 2020 · 1 revision

What is WART?

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.

Clone this wiki locally