Consider charset
parameter in Content-Type
header for server-sent events
#11773
Labels
charset
parameter in Content-Type
header for server-sent events
#11773
Is there an existing issue for this?
Describe the Issue
I read Introducing support for server-sent events in Postman with excitement. But I can not use the endpoint written in python FastAPI framework.
Most web frameworks, including FastAPI (version 0.92.0), can include charset parameter in the Content-Type header.
The response header of the FastAPI endpoint have the charset parameter.
In the response HTTP headers, look for the
Content-Type
header, and in particular for thecharset
parameter, e.g.See the curl command using my local endpoint and the HTTP Response:
Steps To Reproduce
You can use the following
fastapi
endpoint written in Python.Screenshots or Videos
No response
Operating System
Any
Postman Version
10.10.9
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered: