openziti / tlsuv

TLS and HTTP(s) client library for libuv
https://docs.openziti.io/tlsuv/
MIT License
43 stars 5 forks source link

correlate requests and responses #96

Closed dovholuknf closed 1 week ago

dovholuknf commented 2 years ago

in a busy environment it's impossible to know how long any particular web request takes due to the lack of any type of correlation token. is it possible to add something to the request/response to allow correlating the time each request takes?

ekoby commented 1 week ago

this should be done in the application layer.