-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implement support for ndjson streaming response #1216
Comments
masih
added a commit
that referenced
this issue
Feb 1, 2023
Implemenr ndjson streaming response for find server endpoints `/cid/<cid>` and `/multihash/<multihash>`. Fixes #1216
masih
added a commit
that referenced
this issue
Feb 1, 2023
Implement ndjson streaming response for find server endpoints `/cid/<cid>` and `/multihash/<multihash>`. Fixes #1216
masih
added a commit
that referenced
this issue
Feb 1, 2023
Implement ndjson streaming response for find server endpoints `/cid/<cid>` and `/multihash/<multihash>`. Fixes #1216
masih
added a commit
that referenced
this issue
Feb 2, 2023
Implement ndjson streaming response for find server endpoints `/cid/<cid>` and `/multihash/<multihash>`. Fixes #1216
masih
added a commit
that referenced
this issue
Feb 2, 2023
Implement ndjson streaming response for find server endpoints `/cid/<cid>` and `/multihash/<multihash>`. Fixes #1216
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The IPNI specification is updated with support for streaming lookup responses as content type
application/x-ndjson
. Update storetheindex according to the specification to support streaming responses. This should result in faster resolution at indexstar should the client accept such media type.The text was updated successfully, but these errors were encountered: