Class RequestBuilding$
java.lang.Object
org.apache.pekko.http.scaladsl.client.RequestBuilding$
- All Implemented Interfaces:
RequestBuilding
,TransformerPipelineSupport
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.client.RequestBuilding
RequestBuilding.RequestBuilder
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.client.TransformerPipelineSupport
TransformerPipelineSupport.WithTransformation<A>, TransformerPipelineSupport.WithTransformerConcatenation<A,
B> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RequestBuilding$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.http.scaladsl.client.RequestBuilding
addAttribute, addCredentials, addHeader, addHeader, addHeaders, header2AddHeader, logRequest, logRequest, mapHeaders, removeHeader, removeHeader, removeHeader, removeHeaders
Methods inherited from interface org.apache.pekko.http.scaladsl.client.TransformerPipelineSupport
logValue, logValue
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RequestBuilding$
public RequestBuilding$()
-
-
Method Details
-
Get
- Specified by:
Get
in interfaceRequestBuilding
-
Post
- Specified by:
Post
in interfaceRequestBuilding
-
Put
- Specified by:
Put
in interfaceRequestBuilding
-
Patch
- Specified by:
Patch
in interfaceRequestBuilding
-
Delete
- Specified by:
Delete
in interfaceRequestBuilding
-
Options
- Specified by:
Options
in interfaceRequestBuilding
-
Head
- Specified by:
Head
in interfaceRequestBuilding
-