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 |
---|---|
static Response |
Response.create(int status,
String reason,
Map<String,Collection<String>> headers,
Response.Body body) |
Copyright © 2012–2016 OpenFeign. All rights reserved.