headers icon indicating copy to clipboard operation
headers copied to clipboard

Server-Timings support

Open VlaDexa opened this issue 11 months ago • 1 comments

This library lack support for parsing and creating Server-Timings headers. There can be multiple in a request, and one header can have multiple metrics with each metric having a name and 2 optional properties of duration, commonly represented as a number of milliseconds measured, and description.

VlaDexa avatar Jan 18 '25 06:01 VlaDexa

It's possible for other crates to define custom headers, by just implementing the Header trait.

I'm not sure we'll add server-timings directly here.

seanmonstar avatar Jan 18 '25 12:01 seanmonstar