What is the difference between opts and options in Elixir Plug.Adapters.Cowboy.http? -


the function defined as

def http(plug, opts, options \\ []) ... 

why there 2 arguments appear mean same thing have different names?

the first options plug options. second options ones given cowboy , ranch. should rename them make clearer.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

php - How to Access to Laravel 5 with Pingpong-Modules to a specific Module -

sql server - Sharing data between stored procedures -