bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

File server: respond to HEAD adequately #636

Open vemv opened 6 years ago

vemv commented 6 years ago

image

It's usual to curl -I (HEAD request) to check whether an endpoint is alive. FW's file server returns a spurious 404.

I don't terribly need this but it would be a nice addition to prevent surprises!

Cheers - Victor

bhauman commented 6 years ago

Maybe this should be pushed over to the compojure project bc that's the code serving these files.

Need to investigate more.