Protocol Configuration
Protocol configurations in erlang
The library now only supports hessian and json serialization.
Configuration example
Protocol config is under the dubboerl application with sys.config
{dubboerl,[
	%% other config ...
	{protocol,hessian}
]}
| ConfigName | Type | DefaultValue | Remarks | 
|---|---|---|---|
| protocol | atom() | hessian | hessian,json | 
Last modified December 22, 2020: clean up website (6e41905afa)
