Skip to content

Releases: annatel/antl_http_client

0.5.0

04 Nov 10:05

Choose a tag to compare

add castore explicitly

0.4.3

19 Feb 09:54

Choose a tag to compare

fix log label

0.4.2

18 Feb 10:15

Choose a tag to compare

fix spec

0.4.1

14 Feb 10:30

Choose a tag to compare

do not encode body nil

0.4.0

12 Feb 08:40

Choose a tag to compare

add post/4, get/4, delete/4, put/4, patch/4

0.3.0

31 Jan 08:37

Choose a tag to compare

500 and unknown errors more verbose

0.2.0: Feat/get method (#3)

10 Jan 10:45
04ee00c

Choose a tag to compare

* 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.