mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-26 10:18:26 +02:00
Implement "/__admin/requests"
This commit is contained in:
10
src/WireMock.Net/MappingRegistrationCallback.cs
Normal file
10
src/WireMock.Net/MappingRegistrationCallback.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace WireMock
|
||||
{
|
||||
/// <summary>
|
||||
/// The registration callback.
|
||||
/// </summary>
|
||||
/// <param name="mapping">
|
||||
/// The route.
|
||||
/// </param>
|
||||
public delegate void RegistrationCallback(Mapping mapping);
|
||||
}
|
||||
Reference in New Issue
Block a user