1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-13 01:30:31 +02:00
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-03-15 08:50:43 -07:00
parent 2d6aaa8a33
commit dfaaff949b
5 changed files with 16 additions and 0 deletions

View File

@ -64,6 +64,7 @@ type (
Path() string
SetPath(string)
QueryValue(string) string
QueryString() string
}
// Config defines engine configuration.