Body

public enum Body

The source of the upload data.

  • A file identified by a local path.

    Declaration

    Swift

    case file(URL)
  • An in-memory buffer identified by a Data object.

    Declaration

    Swift

    case data(Data)