Skip to content
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

Article Generation #99

Merged
merged 3 commits into from
Oct 17, 2024
Merged

Article Generation #99

merged 3 commits into from
Oct 17, 2024

Conversation

PrinceBaghel258025
Copy link
Member

No description provided.

Copy link

vercel bot commented Sep 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
echoes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2024 7:21am

@PrinceBaghel258025
Copy link
Member Author

PrinceBaghel258025 commented Sep 25, 2024

@sutyum sir, having issue with rewriting request with shortened headers.
the way I am trying to rewrite headers:

  const headerlessRequest = new Request(request.url, {
    method: request.method,
    body: request.body,
    headers: essentialHeaders
  });

suggestion from claude is to include duplex: "half" but Request constructor does not allows that
image

@sutyum sutyum merged commit d2426ad into dev Oct 17, 2024
2 of 3 checks passed
@sutyum sutyum deleted the storm branch October 17, 2024 08:09
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.

2 participants