perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set Content-Length for staticFiles

vuminhngoc opened this issue · comments

Hi all!

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

Thanks