Allow filtering of services on metadata page by endpoint
If you have many services, which you also want to provide via soap and other endpoint types and thus need multiple for each http verb. It would be great to be able to filter the metadata page based on endpoints (JSON, JSV, SOAP, Protobuf, etc.).
Similare to the already provided filter function or via chechboxes to turn each endpoint on and off.

-
Lukas commented
Thx Johann, didn't know this was possible. Due to the hugh and great provided documentations, something like that could be easily slip through ;) (https://github.com/ServiceStack/ServiceStack/wiki/Metadata-page)
Despite that, I think this would be a small improvement valuable to other.
-
Johann Klemmack commented
Lukas - You can always write a custom HTML template to implement this on your own.