Span
extension Span
-
Propagate the
Span
in theResponse
Declaration
Swift
public func propagate<C>(in response: inout Response<C>) where C : Encodable
Parameters
response
The
Connection
the span is propagate in -
Propagate the
Span
in theRequest
Declaration
Swift
public func propagate(in request: inout HTTPClient.Request)
Parameters
request
The
Request
the span is propagate in