-
-
Notifications
You must be signed in to change notification settings - Fork 41
Make endpoints in requests optional #707
Copy link
Copy link
Closed
Labels
breakingImplementing this will cause a breaking change so it can only be part of major releases.Implementing this will cause a breaking change so it can only be part of major releases.enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
breakingImplementing this will cause a breaking change so it can only be part of major releases.Implementing this will cause a breaking change so it can only be part of major releases.enhancementNew feature or requestNew feature or request
As adapters can probably not provide endpoint information, they should be optional, so the logic within the handlers has to decide what has to happen then (instead of failing to serve due to an exception being thrown).