Releases: DaikonWeb/topinambur
Releases · DaikonWeb/topinambur
1.14.1
1.14.0
- improve file upload through multipart form data
1.13.0
- remove the nullability on CurlPrinter dependency
- make Request internal
- uniform HTTP methods signature
1.12.0
- access to HTTP static instance from java
1.11.0
- add overload compatibility with java
1.10.0
- encode plain querystring passed in the url
1.9.0
- permit to pass a custom printer to log requests
1.8.1
toUpperCase()
andtoLowerCase()
are deprecated: changed touppercase()
andlowercase()
Full Changelog: 1.8.0...1.8.1
1.8.0
- add base configurations in Http constructor
Full Changelog: 1.7.0...1.8.0
1.7.0
- handle response in bytes
- add support for post in multipart form data
- fix wrong CRLF after binary file
- can setup a single client with a baseUrl for every request
- now when ServerResponse class is printed body is shown instead of byteArray
- remove runtimeError for post request if you use body and data parameters (now you just can't use both)
- now also the DELETE requests can have body
- String extensions are not supported anymore: please use HTTP.get or other methods