swaggo / gin-swagger

gin middleware to automatically generate RESTful API documentation with Swagger 2.0.
MIT License
3.76k stars 270 forks source link

DisplayRequestDuration Swagger UI Property #232

Open nikhil226 opened 2 years ago

nikhil226 commented 2 years ago

Right now with gin-swagger we cannot update or enable displayRequestDuration attribute in swagger, is it possible to enable it with current implementation as it is really helpful feature which tells the time taken to complete api execution. We can see api execution time in cli but it will be more helpful to have it in swagger-ui