Skip to content

Releases: techery/janet-http

1.4.1

07 May 13:30

Choose a tag to compare

Fix kotlin support for url and body params

1.4.0

03 May 15:51

Choose a tag to compare

Add basic kotlin support for action classes


1.3.1

07 Jun 16:50

Choose a tag to compare

Add 'filename' header for `@Part`'s File or FileBody field automatica…

1.3.0: Feature :: Streamable ActionBody (#23)

01 Jun 12:14

Choose a tag to compare

* Integrate new stream API for ActionBody

* update clients to interact with data via streams;
* rewrite multipart and introduce PartBody for extended usage;

* Update sample

1.2.3

30 May 09:12

Choose a tag to compare

Fix response error handling with proper catching (#22)

1.2.2

27 Apr 13:19

Choose a tag to compare

Add Request/Response details to HttpException

1.2.1

24 Apr 15:21

Choose a tag to compare

Fix MockHttpActionService to compile with java 6

1.2.0: Add ability to wrap MockHttpActionService arount real service (#19)

24 Apr 14:42

Choose a tag to compare

1.1.0

24 Mar 12:42

Choose a tag to compare

Add HttpDeserializationException & HttpSerializationException to get …

1.0.11: Merge pull request #17 from palevomr/master

11 Nov 10:22

Choose a tag to compare

Fix getting name of response header instead of value