Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 423 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 423 Bytes

Iroh api

cargo run

curl -X POST
http://localhost:3000/upload
-H "Content-Type: multipart/form-data"
-F "file=@/path/to/your/file.txt"

/home/amiya/Documents/workspace/shivarthu/working_directory/iroh-api

curl -X POST
http://localhost:3000/upload
-H "Content-Type: multipart/form-data"
-F "file=@/home/amiya/Documents/workspace/shivarthu/working_directory/iroh-api/file.txt"