ipfs-cluster/ipfsconn/ipfshttp
Kishan Sagathiya 155a65cac3 Issue #453 Extract the IPFS Proxy from ipfshttp
Extract the IPFS Proxy from ipfshttp and make it an api module

The `ipfshttp` IPFSConnector implementation includes the so called IPFS
Proxy. An endpoint which offers an IPFS API, hijacking some interesting
requests and forwarding the rest to the ipfs daemon.

`ipfshttp` should contain an implementation of IPFSConnector whose only
task should be to talk to IPFS
A new module should be created, `api/ipfsproxy`, an API Component
implementation for Cluster. The whole proxy code should be moved here.

License: MIT
Signed-off-by: Kishan Mohanbhai Sagathiya <kishansagathiya@gmail.com>
2018-10-13 19:58:28 +05:30
..
config_test.go Pintracker: remove timeouts 2018-05-02 15:24:26 +02:00
config.go Fixes for adding: set default timeouts to 0. Improve flags and param names. 2018-08-08 21:11:26 +02:00
ipfshttp_test.go Add endpoints output: improvements and compliance 2018-10-04 00:57:36 +02:00
ipfshttp.go Issue #453 Extract the IPFS Proxy from ipfshttp 2018-10-13 19:58:28 +05:30