1
0
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:
Ted Kornish 2017-01-01 23:02:14 -07:00 committed by Vishal Rana
parent 6e107bc897
commit eb7ebca112

View File

@ -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.