Skip to content

Add HTTP trailers to chunked REST infrastructure #89839

@original-brownbear

Description

@original-brownbear

Follow up to #88311:

some REST responses will generate headers (e.g. deprecation headers) during serialization. We can't add them as actual headers in the chunked encoding approach since we don't know them until we finish the serialization. We can however add them as trailers after serialization. I'll implement that here.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions