We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5e9ab commit 8b7220fCopy full SHA for 8b7220f
middleware/body_dump.go
@@ -40,7 +40,7 @@ var (
40
41
// BodyDump returns a BodyDump middleware.
42
//
43
-// BodyLimit middleware captures the request and response payload and calls the
+// BodyDump middleware captures the request and response payload and calls the
44
// registered handler.
45
func BodyDump(handler BodyDumpHandler) echo.MiddlewareFunc {
46
c := DefaultBodyDumpConfig
0 commit comments