335 Commits (243047b1094f751493e03c267ac000560fab3fd8)

Author SHA1 Message Date
julian.duniec 9a7e84e158 Fix for bug in Ribbon-Module, where query strings are not properly encoded 11 years ago
David M. Carr 2c5d359ce4 slf4j: add slf4j integration module (#94) 11 years ago
Rodrigo Saito aca25eb331 When User and/or Password are too long, then the Authorization Header is broken because of sun Base64Encoder impl. 11 years ago
David M. Carr 91e4d8209a Support binary request/response bodies (#57) 11 years ago
Matt Hurne c92025c608 Squashed commit of the following: 11 years ago
David M. Carr 28fabc89d2 add support for HTTP basic authentication (#79) 11 years ago
David M. Carr a4583722ba Simplify Decoder.Default by extending StringDecoder 11 years ago
adriancole eb03e2010e updated docs on decoder 11 years ago
adriancole d6e574dc81 address findbugs 11 years ago
adriancole a73d69cfff removed dead constants 11 years ago
adriancole 73aaf88113 Decoder.decode() is no longer called for Response or void types. 11 years ago
adriancole d4be915315 update examples to feign 5.x 11 years ago
adriancole 2597d3baf3 Moved SaxDecoder into feign-sax dependency. 11 years ago
adriancole 92c0c36af0 provide encoder/decoder in a module that addsTo = Feign.Defaults.class 11 years ago
adriancole 2fc54d5d00 New Defaults.WithoutCodec to avoid binding collisions. 11 years ago
David M. Carr c2749f1631 Add Feign.Builder (#34) 11 years ago
David M. Carr 99760f750a Fix default decoder's support for Response decoding, clean up usage of StringDecoder 11 years ago
David M. Carr cd5405eb59 Simplify Encoder/Decoder interfaces (#53) 11 years ago
adriancole 4b4325c5cf Remove pattern decoders in favor of SaxDecoder. 11 years ago
adriancole 0ac4f9abea SaxDecoder now decodes multiple types. 11 years ago
adriancole 449aea577c Remove support for Observable methods. 11 years ago
David M. Carr a7128264c8 Fix NullPointerException when equals or hashCode are called on proxy instance 11 years ago
adriancole 0fbeb1241a Support urls which have query parameters 11 years ago
adriancole fa3aee6ed7 issue #55: support iterable query params 11 years ago
David M. Carr 94a087a41c default client: add support for gzip-encoded request bodies (#52) 11 years ago
David M. Carr a91d4b90a0 default client: use custom HostnameVerifier if overridden 11 years ago
adriancole fbbd75e34d Remove overrides = true on codec modules 11 years ago
adriancole 8c06dd04d5 closes #35 add RequestInterceptor 11 years ago
adriancole 05dcebb1ee flattened project structure so that eclipse gradle plugin will work 11 years ago