Skip to content

stwind/ehrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlang HTTP RPC

Example Setting:

{ehrpc, [
    {client, [
        {services, [
            {yfm1, [
                {url, "http://localhost:5566"}
              ]}
          ]}
      ]},
    {server, [
        {host, "127.0.0.1"},
        {port, 5566},
        {middlewares, [ehrpc_mfa]},
        {size, 5}
      ]}
  ]}