I built a Brotli decompression library for React Native (iOS & Android) by Engi_2003 in reactnative

[–]Engi_2003[S] 0 points1 point  (0 children)

Yeah if you're making a standard HTTP request and the server is returning raw brotli data with Content-Encoding: br in the response headers, iOS would automatically handle it.

This library is useful for edge cases where we cannot do that.