package upload
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class DummyUpload(underlying: Upload) extends Upload with Product with Serializable
-
final
case class
FileUpload(base: Path) extends Upload with Product with Serializable
Copies
- final case class HttpURLConnectionUpload(pool: ExecutorService, urlSuffix: String) extends Upload with Product with Serializable
- final case class OkhttpUpload(client: OkHttpClient, pool: ExecutorService, expect100Continue: Boolean, urlSuffix: String) extends Upload with Product with Serializable
-
trait
Upload extends AnyRef
Uploads / sends content to a repository.
Value Members
- object HttpURLConnectionUpload extends Serializable
- object OkhttpUpload extends Serializable
- object Upload