[erlang-questions] configure http methods in yaws

Imants Cekusins imantc@REDACTED
Thu Feb 12 21:30:46 CET 2015


>  I want to avoid to test at yapp level for allowable methods

config:
arg_rewrite_mod = your_module

your_module:out(Arg)->
 Arg1 = test(Arg)
 yapp:out(Arg1).


?



More information about the erlang-questions mailing list