From db07431e39eede0b7befbb1064fd1602a6010a94 Mon Sep 17 00:00:00 2001 From: Giovanni Rivera Date: Wed, 28 Feb 2024 00:06:55 -0800 Subject: [PATCH] :broom: [v3 Maintenance]: Update Ctx struct description to interface Related Issues: #2879 --- docs/api/ctx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/ctx.md b/docs/api/ctx.md index 3ec78a01ef..e774eb26aa 100644 --- a/docs/api/ctx.md +++ b/docs/api/ctx.md @@ -2,7 +2,7 @@ id: ctx title: 🧠 Ctx description: >- - The Ctx struct represents the Context which hold the HTTP request and + The Ctx interface represents the Context which hold the HTTP request and response. It has methods for the request query string, parameters, body, HTTP headers, and so on. sidebar_position: 3