Are there any plans to add SizableResponseBody to ring spec officially alongside StreamableResponseBody?
SizeableResponseBody is specifically for the wrap-content-length middleware. It's not part of the core specification.
Gotcha ok. I understood > The current plan is to add this to Ring 1.15. (https://github.com/ring-clojure/ring/issues/519#issuecomment-3004600742) > To mean adding it to the spec, my misunderstanding. Thanks for clarifying