Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T13:47:52.000Z (almost 9 years ago)
- Last Synced: 2023-07-04T14:06:54.189Z (over 1 year ago)
- Language: Java
- Homepage: http://square.github.io/okhttp/
- Size: 75.2 KB
- Stars: 15
- Watchers: 3
- 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.
[![Build Status](https://travis-ci.org/jmnarloch/feign-okhttp-spring-cloud-starter.svg?branch=master)](https://travis-ci.org/jmnarloch/feign-okhttp-spring-cloud-starter)
[![Coverage Status](https://coveralls.io/repos/jmnarloch/feign-okhttp-spring-cloud-starter/badge.svg?branch=master&service=github)](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