https://github.com/jmnarloch/feign-okhttp-spring-cloud-starter
Spring Cloud Feign OkHttp client
https://github.com/jmnarloch/feign-okhttp-spring-cloud-starter
Last synced: 12 days ago
JSON representation
Spring Cloud Feign OkHttp client
- Host: GitHub
- URL: https://github.com/jmnarloch/feign-okhttp-spring-cloud-starter
- Owner: jmnarloch
- License: apache-2.0
- Created: 2015-10-14T17:43:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T13:47:52.000Z (over 9 years ago)
- Last Synced: 2025-04-03T02:01:44.229Z (about 1 month ago)
- Language: Java
- Homepage: http://square.github.io/okhttp/
- Size: 75.2 KB
- Stars: 15
- Watchers: 2
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Cloud Netflix Feign OkHttp
> A Spring Cloud Feign extension that configures OkHttp.
[](https://travis-ci.org/jmnarloch/feign-okhttp-spring-cloud-starter)
[](https://coveralls.io/github/jmnarloch/feign-okhttp-spring-cloud-starter?branch=master)## Features
Configures Feign to use OkHttp.
## Setup
Add the Spring Cloud starter to your project:
```xml
io.jmnarloch
feign-okhttp-spring-cloud-starter
1.0.0```
## Properties
The only supported property is `feign.okhttp.enabled` which allows to disable this extension.
```
feign.okhttp.enabled=true
```## License
Apache 2.0