Skip to content

Clean up etag handling

Legoktm requested to merge etag into main

Make it pub(crate) and just access the field directly instead of going through a getter and setter. Those two functions are now deprecated and are expected to be removed in the next breaking release if there are no objections.

Merge request reports