unirest-java v3.3.02 Release Notes

    • ➕ Add the ability to make requests to non-standard web methods for things like WebDAV, SVN, or other horrible things. java Unirest.request("CHEESE", "http://some.cheesy.thing") .asString();