onetonfoot

Results 5 comments of onetonfoot

Oppps the above comment is me, I used the wrong github account.

Oppps yeah you're right that was a typo in my code for the issue, it's not what I was running locally. A correct example would be ```julia using HTTP, MbedTLS...

Ahhh I was trying in the browser and was actually hitting `http://localhost:9995` rather than `https://localhost:9995`. Thanks for your quick response and sorry for the noise. I don't suppose it's possible...

I could probably give it a crack

I was also struggling to figure this out, I found a solution with the [InfoZIP.jl](https://github.com/samoconnor/InfoZIP.jl) package, which offers a unzip function ``` InfoZIP.unzip("foo.zip", "/tmp/") ```