NebulousLabs / go-skynet

An SDK for integrating Skynet into Golang applications
MIT License
16 stars 8 forks source link

Set inferred Content-Type when uploading #23

Closed mrcnski closed 4 years ago

mrcnski commented 4 years ago

This fixes an error where the browser would try to download default files e.g. index.html instead of displaying them in the browser because their Content-Type was not set.