-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signal IPFS hashes in HTTP headers #44
Comments
I'm not sure which notes issue you are referring to. Is this about having the websockets transport listener on the gateway? We've got it covered in #34 and in fact already have a hacky gateway-listener on https://strawberry.i.ipfs.io/ and https://blueberry.i.ipfs.io/ -- this is through nginx hackery at the moment, ideally the websockets listener will work out of the box with the go-ipfs gateway, e.g. also on localhost:8080. |
This is a follow up from this: ipfs/notes#184 The idea is that one could use HTTP requests to gateway.ipfs.io (or any other gateway) that mount How does that sound? |
I have no idea what you're talking about :) |
Okay I think I understand. This boils down to sending a header which signals the respective hash of the response entity, and somehow signaling that there's websockets transport mounted on the same gateway. |
@lgierth I am sorry, when I wrote that, I felt it was really condensed and rushed. It is about what you are saying, but let me write it here for the reader:
|
Closing in favor of #50 |
This is described in an issue @nicola wrote in IPFS/notes
More info to come.
The text was updated successfully, but these errors were encountered: