Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server-Timings support #201

Open
VlaDexa opened this issue Jan 18, 2025 · 1 comment
Open

Server-Timings support #201

VlaDexa opened this issue Jan 18, 2025 · 1 comment

Comments

@VlaDexa
Copy link

VlaDexa commented Jan 18, 2025

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.

@seanmonstar
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants