Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (21 loc) · 542 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 542 Bytes

Examples

jvm: File uploader

A simple file upload CLI tool.

Platform

  • JVM

Dependencies

  • io.ktor:ktor-client-cio

native: File uploader

A native file upload CLI tool.

Platform

  • Native

Dependencies

  • io.ktor:ktor-client-cio
  • io.ktor:ktor-client-winhttp
  • com.squareup.okio:okio

e2e: End-to-End Test

Exhaustively verify whether the API works. It is for development and may not be useful as an example.

Platform

  • JVM

Dependencies

  • io.ktor:ktor-client-cio