kubo/commands/http
Juan Batiz-Benet 3ee83a7c5e fix cors: defaults should take the port of the listener
need to do it this way to avoid VERY confusing situations where
the user would change the API port (to another port, or maybe even
to :0). this way things dont break on the user, and by default,
users only need to change the API address and things should still
"just work"

License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-08-02 08:16:51 +02:00
..
client.go should fix issue where 'read on closed body' error was leaking down 2015-07-29 13:26:39 -07:00
handler_test.go fix cors: defaults should take the port of the listener 2015-08-02 08:16:51 +02:00
handler.go fix cors: defaults should take the port of the listener 2015-08-02 08:16:51 +02:00
multifilereader_test.go Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
multifilereader.go Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00
parse.go Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 2015-03-31 12:52:25 -07:00