ipfs-cluster/api
Hector Sanjuan 70386ea36a restapi: fix #1415: paths ending in / get 307-redirect instead of 301
The Gorilla muxer StrictSlash option uses a 301 permanent redirect, which
results in POST requests becoming GET requests in most clients.  Thus we use
our own middleware that performs a 307 redirect.  See issue #1415 for more
details.
2021-08-11 23:20:45 +02:00
..
ipfsproxy Fix #1366: IPFS Proxy API serializes wrong error types 2021-06-28 22:42:47 +02:00
pb Feat #1374: Add Origins option to pins 2021-07-02 01:42:51 +02:00
rest restapi: fix #1415: paths ending in / get 307-redirect instead of 301 2021-08-11 23:20:45 +02:00
add_test.go Fix #1358: Set RawLeaves to true when unset and CidVersion=1 (#1359) 2021-05-19 23:56:30 +02:00
add.go Feat #1374: Add Origins option to pins 2021-07-02 01:42:51 +02:00
types_test.go Feat #1374: Only accept Origins that have a p2p component 2021-07-02 01:49:30 +02:00
types.go Merge pull request #1377 from ipfs/fix/1360-efficient-pin-status 2021-07-06 11:57:09 +02:00
util.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00