Skip to content

Improve custom streaming docu #1894

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Improve custom streaming docu #1894

wants to merge 8 commits into from

Conversation

vkozyura
Copy link
Contributor

@vkozyura vkozyura commented Jun 3, 2025

No description provided.

@vkozyura vkozyura requested a review from smahati as a code owner June 3, 2025 14:40
@vkozyura vkozyura requested a review from PDT42 June 3, 2025 14:41
@vkozyura vkozyura enabled auto-merge June 6, 2025 10:45
Comment on lines +450 to +451
req.http?.res.setHeader('content-type', 'image/jpeg')
req.http?.res.setHeader('content-disposition', 'inline; filename="cover.jpg"')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
req.http?.res.setHeader('content-type', 'image/jpeg')
req.http?.res.setHeader('content-disposition', 'inline; filename="cover.jpg"')
cds.context.http?.res.setHeader('content-type', 'image/jpeg')
cds.context.http?.res.setHeader('content-disposition', 'inline; filename="cover.jpg"')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants