Package org.zalando.riptide
Interface URIStage
- All Known Subinterfaces:
Http
@API(status=STABLE)
public interface URIStage
-
Method Details
-
get
-
get
-
get
AttributeStage get() -
head
-
head
-
head
AttributeStage head() -
post
-
post
-
post
AttributeStage post() -
put
-
put
-
put
AttributeStage put() -
patch
-
patch
-
patch
AttributeStage patch() -
delete
-
delete
-
delete
AttributeStage delete() -
options
-
options
-
options
AttributeStage options() -
trace
-
trace
-
trace
AttributeStage trace() -
execute
AttributeStage execute(org.springframework.http.HttpMethod method, String uriTemplate, Object... uriVariables) -
execute
-
execute
-