Class RequestBuilding$
java.lang.Object
org.apache.pekko.http.scaladsl.client.RequestBuilding$
- All Implemented Interfaces:
- RequestBuilding,- TransformerPipelineSupport
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.client.RequestBuildingRequestBuilding.RequestBuilderNested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.client.TransformerPipelineSupportTransformerPipelineSupport.WithTransformation<A>, TransformerPipelineSupport.WithTransformerConcatenation<A,B> 
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final RequestBuilding$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.client.RequestBuildingaddAttribute, addCredentials, addHeader, addHeader, addHeaders, header2AddHeader, logRequest, logRequest, mapHeaders, removeHeader, removeHeader, removeHeader, removeHeadersMethods inherited from interface org.apache.pekko.http.scaladsl.client.TransformerPipelineSupportlogValue, logValue
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
RequestBuilding$public RequestBuilding$()
 
- 
- 
Method Details- 
Get- Specified by:
- Getin interface- RequestBuilding
 
- 
Post- Specified by:
- Postin interface- RequestBuilding
 
- 
Put- Specified by:
- Putin interface- RequestBuilding
 
- 
Patch- Specified by:
- Patchin interface- RequestBuilding
 
- 
Delete- Specified by:
- Deletein interface- RequestBuilding
 
- 
Options- Specified by:
- Optionsin interface- RequestBuilding
 
- 
Head- Specified by:
- Headin interface- RequestBuilding
 
 
-