testillano / h2agent

C++ HTTP/2 Mock Service which enables mocking HTTP/2 applications (also HTTP/1 supported).
Other
10 stars 0 forks source link

Retrieve unused provisions #109

Closed testillano closed 1 year ago

testillano commented 1 year ago

Is your feature request related to a problem? Please describe. It is not a problem, but a helper for troubleshooting.

After some testing, we could retrieve the provisions
configured that have not been used yet. This way, we
can clean provisions for tests that are being designed
or SUTs which is being updated to a new behaviour that
no longer needs for some of those provisions.

Describe the solution you'd like Implement GET handler for server-provision/unused and client-provision/unused paths. Implemet CT/UT