github.com/cs3org/reva/v2@v2.27.7/changelog/1.5.0_2021-01-12/http-datatx.md (about) 1 Enhancement: Add support for multiple data transfer protocols 2 3 Previously, we had to configure which data transfer protocol to use in the 4 dataprovider service. A previous PR added the functionality to redirect requests 5 to different handlers based on the request method but that would lead to 6 conflicts if multiple protocols don't support mutually exclusive sets of 7 requests. This PR adds the functionality to have multiple such handlers 8 simultaneously and the client can choose which protocol to use. 9 10 https://github.com/cs3org/reva/pull/1321 11 https://github.com/cs3org/reva/pull/1285/