github.com/cs3org/reva/v2@v2.27.7/changelog/2.11.0_2022-11-03/prefer-return-minimal.md (about) 1 Enhancement: support Prefer: return=minimal in PROPFIND 2 3 To reduce HTTP body size when listing folders we implemented https://datatracker.ietf.org/doc/html/rfc8144#section-2.1 to omit the 404 propstat part when a `Prefer: return=minimal` header is present. 4 5 https://github.com/cs3org/reva/pull/3222