mirror of
				https://github.com/labstack/echo.git
				synced 2025-10-30 23:57:38 +02:00 
			
		
		
		
	Correct comment for Context.Response (#793)
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user