vercel / serve

Static file serving and directory listing
https://npmjs.com/package/serve
MIT License
9.4k stars 693 forks source link

Question: file extension identify without `Content-Type` #815

Open lorypelli opened 2 hours ago

lorypelli commented 2 hours ago

How is this able to identify if json is actually json without having Content-Type (the browser correctly knows a file is a json even without Content-Type)

lorypelli commented 2 hours ago

and it does show all the json things (for example chrome the format button)