Azure / Azure/azure-functions-java-worker
Support for sending back multiple headers of the same name
Đang mở
area:java-functions
Enhancement
pending release
- Ngôn ngữ chính
- Java
- Star
- 103
- Fork
- 74
- Merge trung bình
- 4 ngày 8 giờ
- Pull request đã merge (30 ngày)
- 2
Mô tả
"HttpResponseMessage" only allows sending back a single header of the same name. If someone wants to set multiple cookies using 'Set-Cookie' header its not possible. To send multiple cookies, multiple Set-Cookie headers should be sent in the same response.
#### Expected behavior
We should be able to set multiple headers of the same name.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.