1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-04 09:42:48 +02:00
Commit Graph

56 Commits

Author SHA1 Message Date
Vishal Rana
0fca54f389 updated docs, readme and benchmark tests
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-12 09:47:49 -08:00
Antonio Pagano
f869c9dbab [doc] updating docs based on #667 (#713) 2016-11-08 10:19:30 -08:00
Vishal Rana
c0822c0427 updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-06 12:46:21 -08:00
Antonio Pagano
4f1aef1469 Allows LoggerConfig to add new header, form, path and query tags (#708)
* [feature] implementing new log configuration tags for headers, form, query and path

* [refactor] merging all tests and removing path from the tags available for the logger

* [doc] updating middleware logger doc

* [tests] adding test cases for the other tags on the logger template

* [cleaning] moving h reference on tests to be a direct assignment given we dont need the reference to h anymore
2016-11-02 13:08:51 -07:00
Antonio Pagano
2cb612ff57 changes README's hello-world example for v3 (#698)
* [doc] adding graceful documentation and example.

* adding myself to the maintainers list and minor comment formatting change

* [doc] updating code on the guides/context.md and guides/cookies.md to use v3 code.

* [doc] updating error-handling and request to v3 codebase

* [doc] updating templates documentation

* [doc] cleaning hello-world documentation for v3

* [content] adding website index content based on #667
2016-11-01 08:33:56 -07:00
Antonio Pagano
966839dfea Updating guides to according to V3 Codebase (#691)
* [doc] adding graceful documentation and example.

* adding myself to the maintainers list and minor comment formatting change

* [doc] updating code on the guides/context.md and guides/cookies.md to use v3 code.

* [doc] updating error-handling and request to v3 codebase

* [doc] updating templates documentation
2016-10-25 16:56:12 -07:00
Antonio Pagano
ffdb76efc7 [doc] adding graceful documentation and example. (#688)
* [doc] adding graceful documentation and example.

* adding myself to the maintainers list and minor comment formatting change
2016-10-25 08:09:43 -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
b6547dde66 recipe & website in the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 11:30:53 -07:00
Vishal Rana
727b96f46f updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-05 15:58:53 -07:00
Vishal Rana
2507dc13e9 website and recipe in the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-01 20:49:22 -07:00
Vishal Rana
861712f469 Moved website from echo to echox
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-12 10:35:05 -08:00
Vishal Rana
082814c776 Fixed #387
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-12 05:14:15 -08:00
Vishal Rana
7263e50e10 Fixed #389 2016-03-12 03:54:54 -08:00
Vishal Rana
237070a674 Godoc updated
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-11 08:47:23 -08:00
Simon Green
d4c16f2d0d Fix file ref 2016-03-11 09:22:33 -07:00
Vishal Rana
91e5f755ad Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-10 22:05:49 -08:00
Vishal Rana
25e72d623e Fixed recover and gzip middleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-10 16:35:20 -08:00
Vishal Rana
fbf37ec2f4 Changed standard#WrapMiddleware
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-09 23:24:45 -08:00
Vishal Rana
f4a5abc8b2 Removed Context#Socket
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-08 08:14:25 -08:00
Vishal Rana
e1d789ecbb Logger as not an interface
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-06 09:52:32 -08:00
Vishal Rana
a9c88cad63 Fixed #310
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-05 20:03:11 -08:00
Vishal Rana
688293b5ed v2 is compiling now
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-28 23:46:11 -08:00
Vishal Rana
dbd1e8e230 Separated recipes from the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-09 11:00:13 -08:00
Vishal Rana
0884290766 Added X() method to return context
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-12-04 08:13:26 -08:00
Vishal Rana
5cd194b6b0 Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-12-03 14:14:14 -08:00
Vishal Rana
f448379651 Fixed a doc
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-12-01 15:22:04 -08:00
Vishal Rana
9650c39055 Bumped to v1.3
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-12-01 15:06:18 -08:00
Vishal Rana
f54cdd86d0 Removed prinftf from Context#String and Context#HTML, #154
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-24 20:08:36 -08:00
Vishal Rana
521cf5338e Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-23 22:15:59 -08:00
Vishal Rana
d932e2a863 Added directory autoindex
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-23 22:12:56 -08:00
Vishal Rana
9d11990cbb Closes #104
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-22 10:38:02 -08:00
Vishal Rana
4f996419e1 Fixed #255
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-20 19:39:35 -08:00
Vishal Rana
c578a662a0 Closes #261
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-19 07:40:24 -08:00
Vishal Rana
d5373e1402 Closes #221
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-16 20:53:59 -08:00
Vishal Rana
f09efac326 Revert #257
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-16 07:57:40 -08:00
Vishal Rana
cba2724de3 Set echo as handler for Echo#RunServer*
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-15 12:08:12 -08:00
Vishal Rana
1f8ecfd610 Closes #257
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-15 11:50:35 -08:00
Vishal Rana
56954bc0b6 Closes #235, Closes #203
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-12 20:23:14 -08:00
dfreire
eac276d86b Fixed documentation example for group with basic auth. 2015-10-23 23:10:17 +01:00
Carlos Alexandro Becker
491d21d8fb name 2015-10-18 01:35:36 -02:00
Carlos Alexandro Becker
630eb193b9 cr 2015-10-17 22:05:32 -03:00
Carlos Alexandro Becker
7a7ceeb9c4 Added go.rice recipe 2015-10-14 00:59:49 -03:00
Roj Vroemen
23e9bc013e Reorder titles in graceful shutdown recipe to match snippet 2015-10-13 16:54:48 +02:00
Vishal Rana
850bc503b0 Context.File signature changed
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-13 07:09:53 -07:00
Vishal Rana
ba4a01049d Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-11 14:15:07 -07:00
Vishal Rana
0176385654 Moved examples to recipes
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-08 20:10:55 -07:00
Vishal Rana
5587974933 Added GAE recipe
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-07 17:17:11 -07:00
Vishal Rana
c60f207279 Added JSONP recipe
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-07 16:46:03 -07:00
Vishal Rana
560d72496c Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-07 15:41:15 -07:00