1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-05 00:58:47 +02:00
Commit Graph

963 Commits

Author SHA1 Message Date
51723e4c7c removed websocket api
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 18:25:40 -07:00
093e5c9ed6 updated recipes
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 16:57:31 -07:00
edd558a5ca fixed build for recipes
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 11:51:15 -07:00
b6547dde66 recipe & website in the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 11:30:53 -07:00
d72b8b8b64 fixed docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 09:10:10 -07:00
0eb7c42aa1 fixed #680
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-18 13:11:07 -07:00
2bdbf6918e fixed #623
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-14 14:52:40 -07:00
60ce130499 generic map Map
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-13 16:45:27 -07:00
d5b3fef5c9 removed deprecated functions group.go
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-13 14:04:08 -07:00
2eb87f8036 param wildcard capture fixed to *
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-10 18:36:48 -07:00
8623669cbc removed Context#P()
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-10 18:22:13 -07:00
15eb5b0aad removed embedded context and exposed SetRequest in context
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-10 17:31:26 -07:00
727b96f46f updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-05 15:58:53 -07:00
9c864319d3 updated .gitignore
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-01 21:08:54 -07:00
dd8d433573 removed recipe for now
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-01 21:06:15 -07:00
2507dc13e9 website and recipe in the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-01 20:49:22 -07:00
4de38c07d1 Fixed imports
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-28 10:33:58 -07:00
ef584add8c Enhanced redirect middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-28 10:26:02 -07:00
152be1aaff Fixed #580
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-25 19:48:15 -07:00
0349e883f5 Moved logger to root
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-25 13:14:18 -07:00
335b1d0622 Custom logger for graceful
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-25 11:56:51 -07:00
dd22cf9593 Updated deps
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-25 11:41:08 -07:00
26c35d8f74 Fixed tls config
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 22:36:53 -07:00
17d59627a8 Separated tlsconfig
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 22:01:38 -07:00
fc8c033f3c Log message for starting server
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 20:50:35 -07:00
d069d9b3a9 Test cased for Echo#Start/Shutdown
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 17:50:38 -07:00
59e812f7b9 Separated tls and http server
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 17:19:50 -07:00
7a7b394f14 Using graceful by default
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 16:19:38 -07:00
ed3c611321 Using same Server instance for http and tls
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-23 13:31:33 -07:00
fe459537b7 Playing with tls, ports and friends
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-23 11:29:50 -07:00
73af8e04cd Run to start, exposed tls config
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-23 08:29:16 -07:00
7f60fcda63 WebSocket API
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-23 05:55:27 -07:00
1ceb2662ba Wrap handler and middleware functions
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-23 05:31:48 -07:00
1f1b211328 Fixed body-limit middleware test
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-22 23:01:46 -07:00
2aec0353f5 First commit to v3, #665
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-22 22:56:00 -07:00
04f45046b1 test: fix typo (coockie -> cookie) (#663) 2016-09-21 14:15:38 -07:00
2ed15f491b Added engine.Request#SetHost function
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-21 14:08:18 -07:00
862bee4ebd Fixed #647, fixed #656
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-14 15:37:21 -07:00
322b375a37 Issue 655 (#657)
* Closes #655, closes #649

Signed-off-by: Vishal Rana <vr@labstack.com>

* Added http/1.1 to the list
2016-09-12 06:18:58 -07:00
03efe4d61b Closes #525, closes #566, closes #573 (#653)
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-09 15:30:46 -07:00
00699ed0db Renamed Context#Context => Context#StdContext & Context#SetContext to ContextSetStdContext, 2d772e02ca
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-09 11:47:43 -07:00
2d772e02ca Updated deps, removed Context#Context()
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-08 14:54:07 -07:00
2b0071df02 Update README.md 2016-09-07 17:21:27 -07:00
e980bd9055 Closes #647
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-07 12:18:57 -07:00
65b60a4ed2 Update README.md 2016-09-06 22:09:51 -07:00
ed3971d47a Update README.md 2016-09-06 19:41:05 -07:00
dd9693fc4d Merge branch 'master' of https://github.com/labstack/echo 2016-09-05 10:20:19 -07:00
4850d69c30 Fixed basic-auth middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-05 10:20:10 -07:00
10b0b575b7 fix godoc comment (#645)
fixes typo in the `standard.Request#Header` godoc comment
2016-09-05 08:43:15 -07:00
025c53d4cf Update README.md 2016-09-01 08:55:27 -07:00