84 Commits (f0a53b17183085269af702b5eb3894924b2fc60e)

Author SHA1 Message Date
Adrian Cole 7a9be05a40 Supports runtime injection of Param.Expander 9 years ago
Nick Miyake 8aeeed641d Add QueryMap annotation 9 years ago
Nick Miyake 085afec7d8 Fix typo in comment 9 years ago
Alexander Schwartz 7e25bbbfb2 make replacements headers work the same like in the body 9 years ago
Alexander Schwartz 86552f8c02 updated cipher suite that exists on both Java 7 and latest Java 8 release 9 years ago
Carlos Sanchez 65b1e9ef2c Handle invalid HTTP received from server 9 years ago
Paul Nepywoda e17aaed40d support PUT with empty body parameter 9 years ago
Adrian Cole ae7e00e45c Provides a nicer error when a user omits the http method 9 years ago
Adrian Cole 7c0ddbf9e0 Updates to okhttp 2.7.1 9 years ago
Adrian Cole 4f86d15dd8 Bumps dependency versions, most notably Gson 2.5 and OkHttp 2.7 9 years ago
Carter Kozak ef017519c3 Allow responses to be streamed. 9 years ago
Robert Fink 544820c9f4 SynchronousMethodHandler does not wrap exceptions thrown by Decoder#decode in decode404 mode 9 years ago
Adrian Cole 24885fe962 Adds Feign.Builder.decode404() to reduce boilerplate for empty semantics 9 years ago
Spencer Gibb c17756ce3b add HystrixCommand support 9 years ago
Erol a9a1f3e9b1 Added HTTP status to FeignException 9 years ago
Johan Ström 924b9de072 Class-level headers from inherited class when method is defined in declaring class 9 years ago
Paul Nepywoda 0904133d22 Supports POST without a body parameter 9 years ago
Drew Teeter 00b7b6c82f Switches body parameter substitution to use encoded parameters 9 years ago
Adrian Cole 149ccbdb87 Skips error handling when return type is Response 9 years ago
Johan Ström 2138a6256e Fix variable expansion in @Header class-annotation as discussed in #262 9 years ago
Adrian Cole 0652714b2c Bumps dependency versions for integrations 9 years ago
Adrian Cole 511e8843fb Fixes NPE when apache client rebuffers content 9 years ago
Adrian Cole eb351f843d Bumps dependency versions for integrations 9 years ago
Adrian Cole 0aac921f31 Adds base api support via single-inheritance interfaces 10 years ago
unknown e32cdf4858 Added possibility to leave slash encoded in path parameters 10 years ago
Uriah Carpenter c18c2ee898 Correct retry handling for repeatable requests 10 years ago
Thiago Moretto 0bc994e7ca Removes trailing slash from the URL just when just present 10 years ago
Santhosh Kumar Tekuri 2d06330b49 Adds deflate encoding support 10 years ago
Santhosh Kumar Tekuri ab6e60397d Corrects encoding of space in URL parameter 10 years ago
Adrian Cole 80f047534c Allows customized request construction by exposing Request.create() 10 years ago
Jad Naous 28b3deec59 Correct time decoding in RetryAfterDecoder 10 years ago
Adrian Cole 531a54d1c1 Allows `@Headers` to be applied to a type 10 years ago
Adrian Cole c1e3996d5d Accepts codec exceptions without a message 10 years ago
Jacques-Etienne Beaudet 4577082495 Supports query params without values 10 years ago
Brendan Nolan 05b58948f5 Retains scheme in LBClient.RibbonRequest URI 10 years ago
jdamick 74e23ef808 Headers substitutions were not being expanded by the value name, instead it was using the header name.. 10 years ago
Adrian Cole 207530d6c0 Reformats code according to Google Java Style 10 years ago
Adrian Cole 76367fe03e Adds EmptyTarget for interfaces who exclusively declare URI methods 10 years ago
Adrian Cole 183a5a119c Makes body parameter type explicit 10 years ago
Adrian Cole 8a0cba5cac Removes Dagger 1.x Dependency and support for javax.inject.Named 10 years ago
Adrian Cole 3bddf1f0aa Supports custom expansion of template parameters via Param.Expander 10 years ago
Adrian Cole 72c3ba80a6 Ensures Accept headers default to */* 10 years ago
Adrian Cole 49b700e6f7 Adds OkHttp integration 10 years ago
Adrian Cole 194d82fa5c Allows multiple headers with the same name; Backfills default client tests. 10 years ago
Adrian Cole 067997912e Introduces feign.@Param to annotate template parameters 10 years ago
Adrian Cole 3fc385a112 Removes guava test dependency in favor of AssertJ 10 years ago
Adrian Cole 0f3947a5c8 Replace TestNG with JUnit + Rules 10 years ago
Adrian Cole 96fa7794ec Adds toString to Targets. Normalizes equals/hashCode. 10 years ago
Rob Spieldenner 44b253e719 Build upgrades 10 years ago
Adrian Cole 95a0f6bf14 Fix #105: expose hook for reflective dispatch. 11 years ago