I could have sworn okhttp had an extension method ...
# squarelibraries
c
I could have sworn okhttp had an extension method on string to encode text. But no luck finding it in the docs, or via just autocomplete in the IDE. Do I just need to use java.net.URLEncoder instead?