lein-figwheel icon indicating copy to clipboard operation
lein-figwheel copied to clipboard

File server: respond to HEAD adequately

Open vemv opened this issue 6 years ago • 1 comments

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

vemv avatar Dec 31 '17 18:12 vemv

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

Need to investigate more.

bhauman avatar Feb 11 '18 18:02 bhauman