Timeline

public struct Timeline

Responsible for computing the timing metrics for the complete lifecycle of a Request.

  • The textual representation used when written to an output stream, which includes the latency, the request duration and the total duration.

    Declaration

    Swift

    public var description: String
  • The textual representation used when written to an output stream, which includes the request start time, the initial response time, the request completed time, the serialization completed time, the latency, the request duration and the total duration.

    Declaration

    Swift

    public var debugDescription: String