Package | Description |
---|---|
feign |
Modifier and Type | Method and Description |
---|---|
Response.Body |
Response.body()
if present, the response had a body
|
Modifier and Type | Method and Description |
---|---|
Response.Builder |
Response.Builder.body(Response.Body body) |
static Response |
Response.create(int status,
String reason,
Map<String,Collection<String>> headers,
Response.Body body)
Deprecated.
To be removed in Feign 10
|
Copyright © 2012–2016 OpenFeign. All rights reserved.