January 2019
Intermediate to advanced
520 pages
14h 32m
English
The image service is now ready for testing. Compile it, download any image from the internet, and use curl to upload it to our service:
$ curl https://www.rust-lang.org/logos/rust-logo-128x128.png | curl -X POST --data-binary @- localhost:8080/uploadI4tcxkp9SnAjkbJwzy0m
This request downloads the Rust logo and uploads it to our microservice. It will return the name of the uploaded image with a response. Put it after the /download/ path and try to download it with your browser:

Read now
Unlock full access