aboutsummaryrefslogtreecommitdiffstats
path: root/test/examples_SUITE.erl
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <[email protected]>2016-12-29 15:48:06 +0100
committerLoïc Hoguin <[email protected]>2017-01-24 11:36:58 +0100
commit2166733628bbab0eb77eeed58bdf204727c48ec6 (patch)
treecb94448fd394a162af90daf6885c9e3aaa64d53a /test/examples_SUITE.erl
parent3c198f7d90ee7b482ee00e66d12699dd645442e7 (diff)
downloadcowboy-2166733628bbab0eb77eeed58bdf204727c48ec6.tar.gz
cowboy-2166733628bbab0eb77eeed58bdf204727c48ec6.tar.bz2
cowboy-2166733628bbab0eb77eeed58bdf204727c48ec6.zip
cowboy_static: Add support for files in EZ archives
If cowboy_static is initialized with `{priv_file, ...}` or `{priv_dir, ...}`, it is now able to read files from Erlang application .ez archives. When serving a file from an archive, the #file_info{} comes from the archive, not the contained file, except for the size and type. The erl_prim_loader module is used to read the latter's #file_info{} and the actual file content (ie. sendfile(2) is not used in this case).
Diffstat (limited to 'test/examples_SUITE.erl')
0 files changed, 0 insertions, 0 deletions