Releases: annatel/antl_http_client
Releases · annatel/antl_http_client
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0: Feat/get method (#3)
* remove unnecessary deps. upgrade finch * fix bug when there is a boolean in the request or in the response and there is an obfuscate key * do not obfuscate when there is no obfuscate keys. it brings a gain when the payload response is heavy * separate request_keys and response_keys to obfuscate. it brings gain when there is only an obfuscate_request_key and the response is heavy * add support to get method with query params.