-
Notifications
You must be signed in to change notification settings - Fork 296
request-api allow the http method to be specified #551
Conversation
via `options.method = 'GET'`
to conform to the spec
not sure if test failure is related...
|
What was the issue you were having? CORS related? |
@diasdavid Parity only supports GET for |
ah, I see. Well, would it be fine for parity to support just method * for now on that one? I feel that it is easier to make it mimic what go-ipfs does than having to remember everyone to set the method for this specific call. |
can we either:
|
go-ipfs and js-ipfs both handle this method when made as a GET request |
since parity only implements the single route (block/get) I'll just hit that manually and drop |
We've a lot to do in that land - https://github.com/ipfs/http-api-spec/issues/116 |
via
options.method = 'GET'