mirror of https://github.com/gofiber/fiber.git
🎨 improve README
parent
6e40c15149
commit
c30c98a537
|
@ -1,5 +1,5 @@
|
|||
# Expvar
|
||||
Expvar middleware for [Fiber](https://github.com/gofiber/fiber) that serves via its HTTP server runtime profiling data in the format expected by the expvar visualization tool. The package is typically only imported for the side effect of registering its HTTP handlers. The handled paths all begin with /debug/expvar/.
|
||||
Expvar middleware for [Fiber](https://github.com/gofiber/fiber) that serves via its HTTP server runtime exposed variants in the JSON format. The package is typically only imported for the side effect of registering its HTTP handlers. The handled path is `/debug/vars`.
|
||||
|
||||
- [Signatures](#signatures)
|
||||
- [Examples](#example)
|
||||
|
|
Loading…
Reference in New Issue