Module z_file_request

Interface to static files and media storage system.

Copyright © 2013-2014 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

Interface to static files and media storage system.

Function Index

content_data/2
content_encodings/1
content_file/2
content_stream/2
content_stream/3
force_stale/2
is_visible/2
lookup_file/2
lookup_file/4
lookup_lib/2
pause/2
stop/2
stream_many_parts/2

Function Details

content_data/2

content_data(Info, Enc) -> any()

content_encodings/1

content_encodings(Z_file_info) -> any()

content_file/2

content_file(Z_file_info, Context) -> any()

content_stream/2

content_stream(Info, Enc) -> any()

content_stream/3

content_stream(Info, ContentEncoding, FzLookup) -> any()

force_stale/2

force_stale(Path, Context) -> any()

is_visible/2

is_visible(Z_file_info, Context) -> any()

lookup_file/2

lookup_file(Path, Context) -> any()

lookup_file/4

lookup_file(Path, Root, OptFilters, Context) -> any()

lookup_lib/2

lookup_lib(Path, Context) -> any()

pause/2

pause(Path, Context) -> any()

stop/2

stop(Path, Context) -> any()

stream_many_parts/2

stream_many_parts(Parts, FzLookup) -> any()


Generated by EDoc