ipfs-cluster/test
Adrian Lanzafame 22ec210c25
ipfsconn/ipfshttp: handle cid args passed in url path correctly
The extractCid function was added to enable the extraction of
a cid argument from either the url path or query string.
This puts the proxy behaviour on par with the current IPFS API.
The function does rely on the fact that ipfs-cluster doesn't
intercept any command that has more than one subcommand.
If that changes, this function will have to be updated.

License: MIT
Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
2018-04-30 15:21:03 +10:00
..
cids.go Testing and polishing connection graph 2018-01-22 10:03:37 -05:00
ipfs_mock.go ipfsconn/ipfshttp: handle cid args passed in url path correctly 2018-04-30 15:21:03 +10:00
rpc_api_mock.go Update libp2p and deps to correct versions 2018-03-13 15:32:56 +01:00
test_test.go Update libp2p and deps to correct versions 2018-03-13 15:32:56 +01:00
test.go Move testing mocks to subpackage so they can be re-used 2017-02-09 17:51:19 +01:00