RequestStringConvertible

public protocol RequestStringConvertible

Can be string-formatted for use by AzureCore.

  • Undocumented

    Declaration

    Swift

    var requestString: String { get }
  • ==(_:_:) Extension method

    Undocumented

    Declaration

    Swift

    static func == (lhs: RequestStringConvertible, rhs: RequestStringConvertible) -> Bool