-
Notifications
You must be signed in to change notification settings - Fork 75
booster-http #574
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
booster-http #574
Conversation
57c3fbe
to
147ba60
Compare
83942cb
to
297fbbd
Compare
|
||
// Just get the content of the first piece returned (if the client wants a | ||
// different piece they can just call the /piece endpoint) | ||
pieceCid := pieces[0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Am I reading this code right in that this isn't actually restricted to the payload CID? So I could provide any indexed multihash and get back some CAR that contains it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep that's right 👍
93a4ddd
to
b6f34fb
Compare
Builds off of #495 to run a separate http service
TODO: