agregamos redirect.ex y refactorizamos get_hash.ex en controller
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
{application,hpax,
|
||||
[{optional_applications,[]},
|
||||
[{modules,['Elixir.HPAX','Elixir.HPAX.Huffman',
|
||||
'Elixir.HPAX.Table','Elixir.HPAX.Types']},
|
||||
{optional_applications,[]},
|
||||
{applications,[kernel,stdlib,elixir]},
|
||||
{description,"Implementation of the HPACK protocol (RFC 7541) for Elixir"},
|
||||
{modules,['Elixir.HPAX','Elixir.HPAX.Huffman',
|
||||
'Elixir.HPAX.Table','Elixir.HPAX.Types']},
|
||||
{registered,[]},
|
||||
{vsn,"1.0.3"}]}.
|
||||
|
||||
Reference in New Issue
Block a user