Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/http4k/http4k

The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services.
https://github.com/http4k/http4k

changelog

36089a26f956ddcfb5fa77c2257ea2fa7288d207 authored almost 7 years ago
Fix conversion of timeout to millis for websocket client (#110)

22d438676e1e4b0f2e135ec9713aa5cb2500bf53 authored almost 7 years ago
Realise streams in JavaHttpClient because HttpURLConnection can close streams too soon otherwise

5c947dec5336f21951c71df4e6332f73f8b2dd5e authored almost 7 years ago
tweak

d775f034be0971b08e1e6eebc1bcbe550fab5902 authored almost 7 years ago
fix changelog

0e6b1a8a0bec99e6dc9595a299149f1ca004d0db authored almost 7 years ago
Release 3.21.1

1430cbe0d4c87ef92f3fef4d7986259646dbc513 authored almost 7 years ago
Fix #109

a97a679af06818b6a53b9478dcb0c3f2cccbea61 authored almost 7 years ago
doh! fix accidental characters in a source file! :(

6f31b884998b9d2971bb505f92e67587e28fe8b6 authored almost 7 years ago
Release 3.21.0

f0195c8b123db2c0242a3042b141a08f094e8fe8 authored almost 7 years ago
change ordering of filters in contract module (#108)

* replacing x-uri-template header with RoutedResponse and RoutedRequest

* Fix #107. replacing...

ce0fb768f16435ec0e4a375e4ed7df5d0ceadd91 authored almost 7 years ago
replacing x-uri-template header with RoutedResponse and RoutedRequest (#106)

cc36296d11eb97ab305ff50a4f8d9f505c3fdbe4 authored almost 7 years ago
added test for response filters to prove that response filters don't pick up the routingGroup if present outside of a routes block.

35ae5347d40be9410e9abf84c0201312e021c5a2 authored almost 7 years ago
Release 3.20.0

ca3db05c299d30c9f3a9433569f726114f9f59c0 authored almost 7 years ago
Update changelog

fef85da3e7c0372ac942aa0b77470e14fbee957b authored almost 7 years ago
fix docs

c6d2b1675487d9946e47535483fcd73c979988cb authored almost 7 years ago
Update README.md

9e2c6fc5193042e2ad7b09474dc667217ec43105 authored almost 7 years ago
Validate all http clients can get response body even on error cases

863b0c636614b4620fbedf31e89e75e29262ced3 authored almost 7 years ago
Update index.md

82a358c30b998787e20232651778c3a575b3d06c authored almost 7 years ago
Fix failed request detection in JavaHttpClient

75f75720fed7a3627a5b24b12e1a4d7e448a6dfc authored almost 7 years ago
Update docs for JavaHttpClient

b877dabfacf4caaeb7b594bfc4a4954a09037057 authored almost 7 years ago
Add JavaHttpClient, which allows making http requests without adding any further dependencies

8e5268bd86532e410cbb8c2fc8617bd417232e49 authored almost 7 years ago
Add missing module

8dac90af87cec3b8a0fe89325ba3448fab0262fb authored almost 7 years ago
Release 3.19.0

a6016b0a3eca243ad3b78e34458dd36d3b094525 authored almost 7 years ago
Fix #105

b422777678d01cfc31d847c76cd85c734e994b13 authored almost 7 years ago
made exception message betterer

7ba51c78a4492136724bf9ae3e8f40083fd32f4e authored almost 7 years ago
replacing return statements with expressions. just like mamma used to make.

c6d784f657b50ea0d3f97fb99ea5525eaa0aab6a authored almost 7 years ago
Fix tests for DateTime lens spec formatting

2b83910b1040fe26526f9806e2ec4060f0aecd77 authored almost 7 years ago
add optional formatting to Path date/time lenses.

ad7f9791a45006ec6427c2a43be47c2ee61df818 authored almost 7 years ago
change log

08efbc11b55825532b6679a62fb9381725016240 authored almost 7 years ago
Lens date time formatting (#104)

* lensSpec: accept date and time formatters

* lensSpec: accept date and time formatters

48bdf064b76f2c86f354c892f350d656e8e63d06 authored almost 7 years ago
Revert "Http4k JsonIter JSON support - http://jsoniter.com/ (#101)"

This reverts commit 04f4050

f04716d2d0bebcef5f074288251947292381e1fd authored almost 7 years ago
Http4k JsonIter JSON support - http://jsoniter.com/ (#101)

* Http4k JsonIter JSON support - http://jsoniter.com/

* Include jsoniter module

04f40501ee3bf6c11af2761007dafeaa00a1d2e3 authored almost 7 years ago
Release 3.18.1

6ffff215ecb768bc972ef1b86a262589da647893 authored almost 7 years ago
change log

e6615bcf46e420286c9d6bac580c25fd112c97e9 authored almost 7 years ago
add extra escaping to URI_TEMPLATE_FORMAT to make router work on Android (#100)

d6453aa64959b92323d26c5a65a8ffbb65196b2a authored almost 7 years ago
Release 3.18.0

fb40f0f82352d692d8422c83b44949b9c01f2e07 authored almost 7 years ago
change log

00c9d285c17118dd0dc26208f95b6990c40b24b7 authored almost 7 years ago
Doc/arg renmae for RouteMeta DSL

f92660b020fdb3d6d4f95bec6115c3d86271086a authored almost 7 years ago
Updated to handle up to 10 path parameters in a contract route. (#99)

e1343589c64ad3cec49df5600918cd5ff65d7296 authored almost 7 years ago
Make preSecurityFilter the default for contracts, convert withPreSecurityFilter to be withPostSecurityFilter

0eafb9e097950a39cf7acf734c11410db916c386 authored almost 7 years ago
Release 3.17.1

2f56fc09ca41b2fc85c5aa695da1d254574eeb01 authored almost 7 years ago
Fix #97. Moshi does not fail to deserialise non-nullable fields correctly. Also added a test proving tht GSON DOES still have this behaviour.

91f485bf41b69e77253a2ed975219be0c4d37c0a authored almost 7 years ago
Release 3.17.0

890843f475a824e8d0e3862f39708ee9a9f1781c authored almost 7 years ago
differentiate between pre and post security filters in contracts.

7c7221699d5d8c43af9fe3fa57735d31fba01326 authored almost 7 years ago
release notes

87ff2908a851cd0186f8af00ce281138a9e1b397 authored almost 7 years ago