masiboo
masiboo

Reputation: 4719

how to get server response time by Java

I would like to get Server-Timing information by Java as in mentioned here

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing

Mainly I would like to get information about how long it took from to get a response. I want to get it from the browser. Not by adding my own time calculation from the client-side.Thanks!

Upvotes: 0

Views: 301

Answers (0)

Related Questions