wnetworking 0.4.4
wnetworking: ^0.4.4 copied to clipboard
Servicio de solicitudes HTTP.
0.1.0 #
- Initial release.
0.2.0 #
- Added
ifMapThenMapparameter to POST/GET methods to have more control on howbodywill be encoded.
0.3.0 #
jsonResponseparameter was removed from GET and POST methods.jsonDecodemethod is automatically applied ifTis a Map or List type.
0.3.1 #
- Evaluation of generic data type fixed to determine if
jsonDecodeis applied.
0.4.0 #
- Added
limiTimeparameter to POST/GET methods. It's the timeout for the request. - Removed deprecated message for
postFilesmethod.
0.4.1 #
- Parameter
header(if null) considers theifMapThenMapparameter to detect what value to assign to header. Example:bodyis a Map,multipartis null, and it needs to be sent asapplication/jsonand not asapplication/x-www-form-urlencoded, thenifMapThenMapmust befalse.
0.4.2 #
- Parameter
showMessageWhenNotOkadded to POST/GET methods.
0.4.3 #
enableBadCertificatesmethod added to fix error messages about CERTIFICATE_VERIFY_FAILED
0.4.4 #
- Web support is available now.