I’m trying to figure out what data and in what format the upload command with a custom API endpoint using version 3.0-rc4
asciinema-x86_64-unknown-linux-gnu upload public/make.cast --server-url=https://127.0.0.1:8000/
I’m receiving the POST, but I was hoping to get the contents of make.cast somehow. I’m wondering if the CLI first compresses it, or if it’s streamed, or what.
Can someone point me to the code that handles this, or documentation for the API endpoint?