unirest-java v2.2.04 Release Notes

    • โž• Add .charset(Charset charset) to POSTS (both form and body)
    • ๐Ÿ‘ Clean up some ambiguous methods in form posting. This may be a breaking change for a very small number of users. There are better methods for handling these cases.
    • โž• Added the ability to add HttpRequestInterceptors to the client. Though Options.addInterceptor(new TestInterceptor());