Structure
Constrained
public struct Constrained: Component
A struct defining whether the request
for a given endpoint should run on a constrained
network.
Defaults to true.
Relationships
Conforms To
ComponentA
protocoldefining a unique identifier for a specific request component.
Initializers
init(_:)
public init(_ allowsconstrained: Bool)
Init.
Parameters
| Name | Type | Description |
|---|---|---|
| allowsconstrained | Bool |
A |
Properties
defaultValue
public static var defaultValue: Constrained
The default value when no cached component can be found.
Methods
update(_:)
public func update(_ request: inout URLRequest)
Update a given URLRequest.
Parameters
| Name | Type | Description |
|---|---|---|
| request | inout URLRequest |
A mutable |