Package com.linecorp.armeria.common
Interface RequestMethodSetters
- All Known Subinterfaces:
HttpRequestSetters
- All Known Implementing Classes:
AbstractHttpRequestBuilder
,BlockingWebClientRequestPreparation
,FutureTransformingRequestPreparation
,HttpRequestBuilder
,TransformingRequestPreparation
,WebClientRequestPreparation
Provide the setters for building an
HttpMethod
and a request path.-
Method Summary
Modifier and TypeMethodDescriptionSets DELETE method and path.Sets GET method and path.Sets HEAD method and path.method
(HttpMethod method) Sets the method for this request.Sets OPTIONS method and path.Sets PATCH method and path.Sets the path for this request.Sets POST method and path.Sets PUT method and path.Sets TRACE method and path.
-
Method Details
-
get
Sets GET method and path. -
post
Sets POST method and path. -
put
Sets PUT method and path. -
delete
Sets DELETE method and path. -
patch
Sets PATCH method and path. -
options
Sets OPTIONS method and path. -
head
Sets HEAD method and path. -
trace
Sets TRACE method and path. -
method
Sets the method for this request.- See Also:
-
path
Sets the path for this request.
-