We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @Sindhu-Vasireddy,
Great start!
I noticed that the content type of the response is passed through:
HttpGetStore/src/HttpGetStore.ts
Lines 42 to 43 in 4111a59
I wonder if we also could forward content preferences to the resource server.
So in this method:
Lines 37 to 39 in 4111a59
we can use RepresentationPreferences from https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dbdb9b424e4c4f68c19c66396064486bff93a7e4/src/storage/BaseResourceStore.ts#L18-L19
RepresentationPreferences
to set the Content-Type header on the request.
Content-Type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @Sindhu-Vasireddy,
Great start!
I noticed that the content type of the response is passed through:
HttpGetStore/src/HttpGetStore.ts
Lines 42 to 43 in 4111a59
I wonder if we also could forward content preferences to the resource server.
So in this method:
HttpGetStore/src/HttpGetStore.ts
Lines 37 to 39 in 4111a59
we can use
RepresentationPreferences
fromhttps://github.com/CommunitySolidServer/CommunitySolidServer/blob/dbdb9b424e4c4f68c19c66396064486bff93a7e4/src/storage/BaseResourceStore.ts#L18-L19
to set the
Content-Type
header on the request.The text was updated successfully, but these errors were encountered: