implicit final class ClientRequestArgsMutableBuilder[Self <: ClientRequestArgs] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientRequestArgsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ClientRequestArgsMutableBuilder(x: Self)
Value Members
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def setAbort(value: AbortSignal): Self
- Annotations
- @inline()
- def setAbortUndefined: Self
- Annotations
- @inline()
- def setAgent(value: |[Agent, Boolean]): Self
- Annotations
- @inline()
- def setAgentUndefined: Self
- Annotations
- @inline()
- def setAuth(value: String): Self
- Annotations
- @inline()
- def setAuthNull: Self
- Annotations
- @inline()
- def setAuthUndefined: Self
- Annotations
- @inline()
- def setCreateConnection(value: (ClientRequestArgs, Function2[Error, Socket, Unit]) => Socket): Self
- Annotations
- @inline()
- def setCreateConnectionUndefined: Self
- Annotations
- @inline()
- def setDefaultPort(value: |[Double, String]): Self
- Annotations
- @inline()
- def setDefaultPortUndefined: Self
- Annotations
- @inline()
- def setFamily(value: Double): Self
- Annotations
- @inline()
- def setFamilyUndefined: Self
- Annotations
- @inline()
- def setHeaders(value: OutgoingHttpHeaders): Self
- Annotations
- @inline()
- def setHeadersUndefined: Self
- Annotations
- @inline()
- def setHost(value: String): Self
- Annotations
- @inline()
- def setHostNull: Self
- Annotations
- @inline()
- def setHostUndefined: Self
- Annotations
- @inline()
- def setHostname(value: String): Self
- Annotations
- @inline()
- def setHostnameNull: Self
- Annotations
- @inline()
- def setHostnameUndefined: Self
- Annotations
- @inline()
- def setLocalAddress(value: String): Self
- Annotations
- @inline()
- def setLocalAddressUndefined: Self
- Annotations
- @inline()
- def setLookup(value: (String, LookupOneOptions, Function3[|[ErrnoException, Null], String, Double, Unit]) => Unit): Self
- Annotations
- @inline()
- def setLookupUndefined: Self
- Annotations
- @inline()
- def setMaxHeaderSize(value: Double): Self
- Annotations
- @inline()
- def setMaxHeaderSizeUndefined: Self
- Annotations
- @inline()
- def setMethod(value: String): Self
- Annotations
- @inline()
- def setMethodUndefined: Self
- Annotations
- @inline()
- def setPath(value: String): Self
- Annotations
- @inline()
- def setPathNull: Self
- Annotations
- @inline()
- def setPathUndefined: Self
- Annotations
- @inline()
- def setPort(value: |[Double, String]): Self
- Annotations
- @inline()
- def setPortNull: Self
- Annotations
- @inline()
- def setPortUndefined: Self
- Annotations
- @inline()
- def setProtocol(value: String): Self
- Annotations
- @inline()
- def setProtocolNull: Self
- Annotations
- @inline()
- def setProtocolUndefined: Self
- Annotations
- @inline()
- def setSetHost(value: Boolean): Self
- Annotations
- @inline()
- def setSetHostUndefined: Self
- Annotations
- @inline()
- def setSocketPath(value: String): Self
- Annotations
- @inline()
- def setSocketPathUndefined: Self
- Annotations
- @inline()
- def setTimeout(value: Double): Self
- Annotations
- @inline()
- def setTimeoutUndefined: Self
- Annotations
- @inline()
- def set_defaultAgent(value: Agent): Self
- Annotations
- @inline()
- def set_defaultAgentUndefined: Self
- Annotations
- @inline()
- val x: Self