-
Notifications
You must be signed in to change notification settings - Fork 2
Intro
David Revoledo edited this page Dec 21, 2018
·
1 revision
Check automatically your asp.net core applications with a lot of extensibility !
Check how your asp.net core application defensive is.
- Auto Call all the endpoints that an asp.net core applications expose.
- Allow configure rules to determine when an endpoint is unhealthy.
- Plugins to extend the behavior of the http calls. (ie. Headers, QueryParams, and so on).
- Allow to call custom actions (ie weebhooks) for health resutls.
- Full Async support.