/deps/webmachine/include/webmachine.hrl
https://code.google.com/p/zotonic/ · Erlang · 8 lines · 4 code · 4 blank · 0 comment · 0 complexity · 0704992c0c376224b9b019224c4c36ae MD5 · raw file
- -export([ping/2]).
- -include_lib("webmachine/include/wm_reqdata.hrl").
- ping(ReqData, State) ->
- {pong, ReqData, State}.