perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.64k stars 1.56k forks source link

How to set Content-Length for staticFiles #937

Closed vuminhngoc closed 5 years ago

vuminhngoc commented 6 years ago

Hi all!

I want to add Content-Length into header of staticFiles response. Because without it, browser can't show downloaded percent!

Thanks