aws / aws/bedrock-agentcore-sdk-python
Removal/Modification of response headers
Open
- Dominant language
- Python
- Stars
- 761
- Forks
- 147
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 7
Description
**Is your feature request related to a problem? Please describe.**
Noticing that when trying to use response streaming via API Gateway, the underlying AgentCore mechanisms (Starlette?) is buffering and returning Content-Length header which appears to be possibly negating the API gateway response streaming capability (HTTP proxy) .
**Describe the solution you'd like**
Ability to modify content headers or remove Content-Length, etc when required.
Contributor guide
Assessment
This issue has not been assessed yet.