@API(status=STABLE) public interface Http extends URIStage
http.get("/users")
.queryParam("active", "true")
.accept(APPLICATION_JSON)
.dispatch(..)RestTemplate| Modifier and Type | Interface and Description |
|---|---|
static interface |
Http.ConfigurationStage |
static interface |
Http.ExecutorStage |
static interface |
Http.FinalStage |
static interface |
Http.RequestFactoryStage |
| Modifier and Type | Method and Description |
|---|---|
static Http.ExecutorStage |
builder() |
static Http.ExecutorStage builder()
Copyright © 2015–2020 Zalando SE. All rights reserved.