/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

  1. -export([ping/2]).
  2. -include_lib("webmachine/include/wm_reqdata.hrl").
  3. ping(ReqData, State) ->
  4. {pong, ReqData, State}.