1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00
Commit Graph

263 Commits

Author SHA1 Message Date
Vishal Rana
00ae708f49 moved log message to start server
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-04 20:58:30 -07:00
Vishal Rana
409c5a42b7 refactored start server functions
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-04 18:51:17 -07:00
Vishal Rana
891d8519d7 fixed #701
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-30 15:03:18 -07:00
Vishal Rana
b12790607e recipes: static middleware changes
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-25 16:30:44 -07:00
Vishal Rana
a5024b8038 fixed #685
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-24 08:21:36 -07:00
Vishal Rana
17c8b8f2ea logger new api, updated recipes
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-23 13:37:04 -07:00
Vishal Rana
36251e88e2 router changes
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-21 20:36:49 -07:00
Vishal Rana
be7d6962f0 fix for #681
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-21 12:49:08 -07:00
Vishal Rana
093e5c9ed6 updated recipes
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 16:57:31 -07:00
Vishal Rana
edd558a5ca fixed build for recipes
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 11:51:15 -07:00
Vishal Rana
d72b8b8b64 fixed docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 09:10:10 -07:00
Vishal Rana
0eb7c42aa1 fixed #680
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-18 13:11:07 -07:00
Vishal Rana
60ce130499 generic map Map
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-13 16:45:27 -07:00
Vishal Rana
2eb87f8036 param wildcard capture fixed to *
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-10 18:36:48 -07:00
Vishal Rana
8623669cbc removed Context#P()
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-10 18:22:13 -07:00
Vishal Rana
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
Vishal Rana
4de38c07d1 Fixed imports
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-28 10:33:58 -07:00
Vishal Rana
152be1aaff Fixed #580
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-25 19:48:15 -07:00
Vishal Rana
0349e883f5 Moved logger to root
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-25 13:14:18 -07:00
Vishal Rana
335b1d0622 Custom logger for graceful
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-25 11:56:51 -07:00
Vishal Rana
dd22cf9593 Updated deps
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-25 11:41:08 -07:00
Vishal Rana
26c35d8f74 Fixed tls config
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 22:36:53 -07:00
Vishal Rana
17d59627a8 Separated tlsconfig
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 22:01:38 -07:00
Vishal Rana
fc8c033f3c Log message for starting server
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 20:50:35 -07:00
Vishal Rana
d069d9b3a9 Test cased for Echo#Start/Shutdown
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 17:50:38 -07:00
Vishal Rana
59e812f7b9 Separated tls and http server
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 17:19:50 -07:00
Vishal Rana
7a7b394f14 Using graceful by default
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-24 16:19:38 -07:00
Vishal Rana
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
Vishal Rana
fe459537b7 Playing with tls, ports and friends
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-23 11:29:50 -07:00
Vishal Rana
73af8e04cd Run to start, exposed tls config
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-23 08:29:16 -07:00
Vishal Rana
7f60fcda63 WebSocket API
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-23 05:55:27 -07:00
Vishal Rana
1ceb2662ba Wrap handler and middleware functions
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-23 05:31:48 -07:00
Vishal Rana
2aec0353f5 First commit to v3, #665
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-09-22 22:56:00 -07:00
Vishal Rana
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
Vishal Rana
18b9e23ace Closes #364
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-08-18 11:27:37 -07:00
Vishal Rana
50fed083a7 Fixed #608
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-08-02 13:11:12 -07:00
Vishal Rana
b23e7c090a Revert "Revert "closes #605", closes #606"
This reverts commit a75cbc85f8.
2016-07-27 09:11:18 -07:00
Vishal Rana
a75cbc85f8 Revert "closes #605", closes #606
This reverts commit eed456ee87.
2016-07-27 09:04:41 -07:00
Vishal Rana
eed456ee87 closes #605
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-07-26 10:06:14 -07:00
Vishal Rana
451b2ccc9f Exposed error handlers
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-07-05 08:43:46 -07:00
Russ Egan
2eb5d97b19 Fix issue with middleware from one route leaking into the middleware of other routes
Fixed #565

Signed-off-by: Vishal Rana <vr@labstack.com>
2016-06-16 07:29:25 -07:00
Vishal Rana
f4088cf594 Added JSON logging
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-06-08 17:16:03 -07:00
Vishal Rana
a0bc02815f Fixed #551 2016-06-06 16:56:09 -07:00
Vishal Rana
4e98fa9664 Fixed #500
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-06-06 09:47:22 -07:00
Vishal Rana
d0ed5830c4 Test coverage for cookie.go and context.go
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-06-05 22:25:34 -07:00
Vishal Rana
09a2ce60a6 About context #500
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-06-05 13:47:59 -07:00
Ollie Phillips
c71ecb845c For consistency, added additional header constant for 'Allow' named 'HeaderAllow', which is missing when forming responses to OPTIONS method requests 2016-06-02 21:40:21 +01:00
Vishal Rana
0d2dac7532 Fixed #536
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-05-31 20:59:52 -07:00
Vishal Rana
a98843b6e5 Logger as interface, fixed #533, fixed #349, fixed #304
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-05-31 18:29:11 -07:00
Vishal Rana
23eb4f87db API to define a custom logger
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-05-29 08:34:44 -07:00