You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apache HTTP client hates to have the Content-Length set
It always sets the header itself and if we set it as well it barfs
so it is better just to avoid setting it at all.
Allows HystrixFeign.Builder to be used incrementally
Uses covariant overrides so that those collecting Feign configuration
via `Feign.Builder` can cast into `HystrixFeign.builder` to target an
api.
ClosesOpenFeign#313
Document and expose HystrixDelegatingContract
HystrixDelegatingContract is reusable when developers like @marcingrzejszczak make custom invocation handlers.