Subiendo api v2
This commit is contained in:
BIN
_build/prod/lib/finch/.mix/compile.elixir
Normal file
BIN
_build/prod/lib/finch/.mix/compile.elixir
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/.mix/compile.elixir_scm
Normal file
BIN
_build/prod/lib/finch/.mix/compile.elixir_scm
Normal file
Binary file not shown.
0
_build/prod/lib/finch/.mix/compile.fetch
Normal file
0
_build/prod/lib/finch/.mix/compile.fetch
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.Error.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.Error.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP1.Conn.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP1.Conn.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP1.Pool.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP1.Pool.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP1.PoolMetrics.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP1.PoolMetrics.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP2.Pool.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP2.Pool.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP2.PoolMetrics.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP2.PoolMetrics.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP2.RequestStream.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.HTTP2.RequestStream.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.Pool.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.Pool.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.PoolManager.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.PoolManager.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.Request.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.Request.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.Response.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.Response.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.SSL.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.SSL.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.Telemetry.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.Telemetry.beam
Normal file
Binary file not shown.
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.beam
Normal file
BIN
_build/prod/lib/finch/ebin/Elixir.Finch.beam
Normal file
Binary file not shown.
16
_build/prod/lib/finch/ebin/finch.app
Normal file
16
_build/prod/lib/finch/ebin/finch.app
Normal file
@ -0,0 +1,16 @@
|
||||
{application,finch,
|
||||
[{optional_applications,[]},
|
||||
{applications,[kernel,stdlib,elixir,logger,mint,nimble_pool,
|
||||
nimble_options,telemetry,mime]},
|
||||
{description,"An HTTP client focused on performance."},
|
||||
{modules,['Elixir.Finch','Elixir.Finch.Error',
|
||||
'Elixir.Finch.HTTP1.Conn','Elixir.Finch.HTTP1.Pool',
|
||||
'Elixir.Finch.HTTP1.PoolMetrics',
|
||||
'Elixir.Finch.HTTP2.Pool',
|
||||
'Elixir.Finch.HTTP2.PoolMetrics',
|
||||
'Elixir.Finch.HTTP2.RequestStream',
|
||||
'Elixir.Finch.Pool','Elixir.Finch.PoolManager',
|
||||
'Elixir.Finch.Request','Elixir.Finch.Response',
|
||||
'Elixir.Finch.SSL','Elixir.Finch.Telemetry']},
|
||||
{registered,[]},
|
||||
{vsn,"0.19.0"}]}.
|
Reference in New Issue
Block a user