Module z_file_entry

Process holding information mapping a request path to one or more files.

Copyright © 2014-2020 Marc Worrell

Behaviours: gen_statem.

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

Description

Process holding information mapping a request path to one or more files. The files can be a static file, a temporary file, cached file or a binary.

Function Index

callback_mode/0
content_encoding_gzip/3
force_stale/1
force_stale/2
init/1
locate/3
lookup/1
lookup/2
pause/1
pause/2
paused/3
serving/3
start_link/5
stop/1
stop/2
stopping/3
terminate/3
where/2

Function Details

callback_mode/0

callback_mode() -> any()

content_encoding_gzip/3

content_encoding_gzip(EventType, EventContent, State) -> any()

force_stale/1

force_stale(Pid) -> any()

force_stale/2

force_stale(RequestPath, Context) -> any()

init/1

init(X1) -> any()

locate/3

locate(EventType, EventContent, State) -> any()

lookup/1

lookup(Pid) -> any()

lookup/2

lookup(RequestPath, Context) -> any()

pause/1

pause(Pid) -> any()

pause/2

pause(RequestPath, Context) -> any()

paused/3

paused(EventType, EventContent, State) -> any()

serving/3

serving(EventType, EventContent, State) -> any()

start_link/5

start_link(InitialState, RequestPath, Root, OptFilterProps, Context) -> any()

stop/1

stop(Pid) -> any()

stop/2

stop(RequestPath, Context) -> any()

stopping/3

stopping(EventType, EventContent, State) -> any()

terminate/3

terminate(Reason, StateName, State) -> any()

where/2

where(Path, Context) -> any()


Generated by EDoc