zio-http
zio-http copied to clipboard
Remove java Charset from the public API
The Java Charset has a horrific design. You can't find instances direct on charset. It is very confusing where the impls come from and what is the right one to use. Also our own charset might be a benefit when it comes to other targets then the JVM.