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

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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