Steven Lu
7aac293e6b
Merge e1344a901bc3051de3fd0f1cbe5913ea7b53a284 into d4a53101c3da8fe67c29f0e52538167215d31fc4
2017-05-15 02:47:01 +00:00
Bo-Yi Wu
f8520b83f9
update
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-04-17 13:41:47 +08:00
Bo-Yi Wu
0cb7cf88cb
docs: add comment.
2017-04-04 14:19:04 +08:00
Bo-Yi Wu
6b0ae2a64a
docs: update example.
2017-04-03 23:34:00 +08:00
Bo-Yi Wu
d17e0a31b8
fix: remove hard code for cache.
2017-04-03 23:30:46 +08:00
Bo-Yi Wu
46220b726d
feat: support Let's Encrypt tls.
2017-04-03 21:23:45 +08:00
Bo-Yi Wu
b8be9df642
docs: add graceful-shutdown example for go 1.8 ( #835 )
...
* docs: add graceful-shutdown example for go 1.8
* fix testing
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-03-16 10:38:30 -05:00
Bo-Yi Wu
17af53a565
add upload file example.
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-01-03 11:50:35 +08:00
Bo-Yi Wu
d158ef2e82
Support disable console color.
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-12-21 14:41:47 +08:00
Javier Provecho Fernandez
9e930b9bdd
lint code
2016-04-15 01:16:46 +02:00
Bo-Yi Wu
00ff808ac5
fix: example format.
2016-02-17 10:45:44 +08:00
Brendan Fosberry
302cd99322
Fixing compile bug
2015-05-29 12:12:54 -05:00
Manu Mtz-Almeida
4797530476
Fixes example code
2015-05-26 12:15:43 +02:00
Manu Mtz-Almeida
66fa43f9ae
Preparing release Gin v1.0rc1
2015-05-22 16:55:16 +02:00
Manu Mtz-Almeida
05d01d2282
Restored old limits
2015-05-14 22:52:37 +02:00
Manu Mtz-Almeida
e33ea855d7
Message for attackers
2015-05-14 22:49:42 +02:00
Manu Mtz-Almeida
3db1479acc
More changes!
2015-05-14 20:52:45 +02:00
Manu Mtz-Almeida
c3ecb91dbf
Trying fmt
2015-05-14 20:50:06 +02:00
Manu Mtz-Almeida
b0aa2e407c
Testing....
2015-05-14 20:46:57 +02:00
Manu Mtz-Almeida
ef93e8beff
More aggressive rate limit
2015-05-14 20:43:33 +02:00
Manu Mtz-Almeida
3f48e0d45c
Adds rate limiting
2015-05-14 20:25:55 +02:00
Manu Mtz-Almeida
eed6d93095
Better stats in realtime-advanced
2015-05-14 18:16:00 +02:00
Manu Mtz-Almeida
286d775de6
Updates realtime-advanced
2015-05-14 17:01:02 +02:00
Manu Mtz-Almeida
58ceb244e5
Serving on port 80
2015-05-14 04:43:39 +02:00
Manu Mtz-Almeida
e7adcaf591
Cosmetic changes in realtime-advanced
2015-05-14 04:39:17 +02:00
Manu Mtz-Almeida
a8b9e2d8d6
Updates realtime-advanced demo
2015-05-13 20:54:54 +02:00
Manu Mtz-Almeida
7149009a84
Fixed some bug in realtime-advanced demo
2015-05-13 17:34:42 +02:00
Manu Mtz-Almeida
1f11541011
Updates realtime-advanced demo
2015-05-13 16:44:44 +02:00
Manu Mtz-Almeida
9386d78673
Better rate limiting
2015-05-13 03:45:17 +02:00
Manu Mtz-Almeida
7e6153dc33
Middleware order changed
2015-05-13 03:36:32 +02:00
Manu Mtz-Almeida
d05b31ed77
Reduced limit
2015-05-13 03:21:10 +02:00
Manu Mtz-Almeida
313d05ed68
Add rate limitting
2015-05-13 03:19:44 +02:00
Manu Mtz-Almeida
53d29b14f6
Using bar graph
2015-05-13 02:53:09 +02:00
Manu Mtz-Almeida
3fb8a25a21
Adds realtime-advanced demo
2015-05-13 02:35:16 +02:00
Manu Mtz-Almeida
15b0c49da5
Adds realtime-chat example code
2015-05-12 19:23:54 +02:00
Manu Mtz-Almeida
0a192fb0fa
Tons of unit tests
2015-04-09 12:15:02 +02:00
Manu Mtz-Almeida
ac0ad2fed8
Improves unit tests
2015-04-08 02:58:35 +02:00
Steven Lu
e1344a901b
Setting logging to release mode in example
...
Debug causes App Engine to fail building, output looks like this:
```
ERROR 2015-03-22 04:15:01,027 http_runtime.py:285] bad runtime process port ['[GIN-debug] GET / --> web.func\xc2\xb7001 (1 handlers)\n']
```
Setting to ReleaseMode fixes this.
2015-03-22 00:27:47 -04:00
Javier Provecho Fernandez
852729e90c
Fix PR #71
2015-01-04 01:51:41 +01:00
mopemoepe
2c3cdbb69f
Add Pluggable View Renderer Example
...
Gin meets pongo2!
(https://github.com/flosch/pongo2 )
2014-07-17 00:37:56 +09:00
Manu Mtz-Almeida
07fe0d9944
Merge branch 'bindings' into develop
2014-07-05 02:49:25 +02:00
Manu Mtz-Almeida
8f3f3597f3
Merge branch 'master' of https://github.com/ngerakines/gin into ngerakines-master
...
It adds MustGet() method in context.
Conflicts:
examples/example_basic.go
2014-07-04 17:05:56 +02:00
Manu Mtz-Almeida
9efd207a04
Fixes BasicAuth test in example_basic.go
2014-07-04 04:40:00 +02:00
Nick Gerakines
108bfb4470
Setting Get metadata method to return both an interface as well as an error to remove panic.
2014-07-03 15:17:24 -04:00
Manu Mtz-Almeida
1aa3216303
Some work around bindings. it may do not compile
2014-07-03 19:19:06 +02:00
Javier Provecho Fernandez
05d587d65e
Clarification
2014-07-02 22:48:06 +02:00
Javier Provecho Fernandez
ca91a4a6da
Fix
...
Modified ping path and added a comment explaining why init() is called
like that.
2014-07-02 22:39:42 +02:00
Javier Provecho Fernandez
f380265f5d
Added README.md
2014-07-02 22:38:02 +02:00
Javier Provecho Fernandez
6b5e80901f
Added Google App Engine Example
2014-07-02 22:08:37 +02:00
Rajiv Kilaparti
14077b1020
Fix Port usage
...
* Update Server's Listening Port from 8081 ==> 8080
2014-07-01 11:37:13 +05:30