mirror of
https://github.com/labstack/echo.git
synced 2024-11-24 08:22:21 +02:00
Correct comment for Context.Response (#793)
This commit is contained in:
parent
6e107bc897
commit
eb7ebca112
@ -25,7 +25,7 @@ type (
|
||||
// SetRequest sets `*http.Request`.
|
||||
SetRequest(r *http.Request)
|
||||
|
||||
// Request returns `*Response`.
|
||||
// Response returns `*Response`.
|
||||
Response() *Response
|
||||
|
||||
// IsTLS returns true if HTTP connection is TLS otherwise false.
|
||||
|
Loading…
Reference in New Issue
Block a user