- Add an
HasEndpoint
instance forRawM
- Add an
HasEndpoint
instance forWithResource
- Fix
HasEndpoint
instance forCaptureAll
- Previously paths would never be matched since the instance
did not consume the rest of the path like
CaptureAll
does. The rest of the path is now captured and replaced with a*
place holder and this is also the case for enumerating the endpoint.
- Previously paths would never be matched since the instance
did not consume the rest of the path like
- Add an
HasEndpoint
instance forAuthProtect
- Support GHC 9.4
Initial release.