Package

coursier.publish

upload

Permalink

package upload

Visibility
  1. Public
  2. All

Type Members

  1. final case class DummyUpload(underlying: Upload) extends Upload with Product with Serializable

    Permalink
  2. final case class FileUpload(base: Path) extends Upload with Product with Serializable

    Permalink

    Copies

  3. final case class HttpURLConnectionUpload(pool: ExecutorService, urlSuffix: String) extends Upload with Product with Serializable

    Permalink
  4. final case class OkhttpUpload(client: OkHttpClient, pool: ExecutorService, expect100Continue: Boolean, urlSuffix: String) extends Upload with Product with Serializable

    Permalink
  5. trait Upload extends AnyRef

    Permalink

    Uploads / sends content to a repository.

Value Members

  1. object HttpURLConnectionUpload extends Serializable

    Permalink
  2. object OkhttpUpload extends Serializable

    Permalink
  3. object Upload

    Permalink
  4. package logger

    Permalink

Ungrouped