ire4ever1190 / mike

The new and improved mikero web framework
35 stars 1 forks source link

Better sendFile #5

Closed ire4ever1190 closed 1 year ago

ire4ever1190 commented 1 year ago

Files can now be compressed (uses zippy). This supports deflate and gzip compression methods.

Large files are also now stream, large files cannot be compressed though.

Also supports caching with the If-Modified-Since header