Javier Provecho Fernandez
a6ce7dd84a
Merge branch 'bind_test' of https://github.com/honteng/gin into honteng-bind_test
2016-02-24 19:20:20 +01:00
Javier Provecho Fernandez
68b8b498bd
Merge branch 'hryamzik-develop' into develop
2016-02-24 19:03:26 +01:00
Javier Provecho Fernandez
cbf43049fe
Explain better the `net/http` note.
2016-02-24 19:02:39 +01:00
Roman Belyakovsky
8b649abbf5
Added note for net/http import and fixed numbering in readme
2016-02-24 17:02:40 +03:00
Javier Provecho Fernandez
b3878c2465
Merge pull request #535 from appleboy/patch-1
...
fix: example format.
2016-02-20 01:46:12 +01:00
Javier Provecho Fernandez
2498240ff0
Merge pull request #537 from mayhewj/develop
...
Fix README mistake
2016-02-18 10:38:17 +01:00
Justin Mayhew
701989d26e
Fix README mistake
2016-02-17 21:45:37 -04:00
Bo-Yi Wu
00ff808ac5
fix: example format.
2016-02-17 10:45:44 +08:00
Manu Mtz.-Almeida
27f912f5b2
README little fixes
2016-01-30 01:34:20 +01:00
Manu Mtz.-Almeida
3e56f79fba
Coherent example code in README
2016-01-30 01:32:46 +01:00
Manu Mtz.-Almeida
3d002e3823
Updates read
2016-01-30 01:28:57 +01:00
Manu Mtz.-Almeida
44978ff780
Improves Context documentation
...
Query(), GetQuery(), PostForm(), GetPostForm()...
2016-01-29 02:42:19 +01:00
Manu Mtz.-Almeida
afc499f306
Adds GetQuery() and GetPostForm() APIs
2016-01-29 02:07:44 +01:00
Manu Mtz.-Almeida
19b5f726f4
Fixes tree_test.go
2016-01-28 00:35:19 +01:00
Manu Mtz.-Almeida
d64a1fb91c
Cosmetic changes
2016-01-28 00:35:09 +01:00
Manu Mtz.-Almeida
97cd894279
c.Redirect() allows 201 status code
2016-01-28 00:34:05 +01:00
Manu Mtz.-Almeida
b4963aa7de
Updates tree_test.go
2016-01-28 00:28:16 +01:00
Manu Mtz.-Almeida
20825e7694
Updates tree.go from httpRouter
2016-01-28 00:14:26 +01:00
Manu Mtz.-Almeida
8949247b92
Merge branch 'master' into develop
...
# Conflicts:
# debug_test.go
2016-01-27 03:40:52 +01:00
Manu Mtz.-Almeida
c1e660dd1a
Adds logo to README
2016-01-27 03:37:24 +01:00
Manu Mtz.-Almeida
f9c8043ce5
Adds gin logo
2016-01-27 03:32:38 +01:00
Manu Mtz.-Almeida
d0065c712e
Merge pull request #411 from phicode/vendoring
...
tests: make path assertions aware of vendoring
2016-01-27 03:22:48 +01:00
Manu Mtz.-Almeida
61fae4997d
Improves documentation
2016-01-26 22:40:29 +01:00
Manu Mtz.-Almeida
79ea1eaaf2
Merge pull request #494 from dolmen/fix/indent-route-debug
...
Fix indent of routes debug prints
2016-01-26 20:18:42 +01:00
Manu Mtz.-Almeida
e9531e5c76
Merge branch 'master' into develop
2016-01-26 20:08:28 +01:00
Manu Mtz.-Almeida
e6d563577d
Merge branch 'master' of github.com:gin-gonic/gin
2016-01-26 20:08:14 +01:00
Manu Mtz.-Almeida
a34088ab31
Merge pull request #453 from shadrus/fix-tests
...
Wrong copy/paste TODO
2016-01-26 20:07:41 +01:00
Manu Mtz.-Almeida
367e159f00
Merge pull request #478 from kylescottmcgill/master
...
undefinitely -> indefinitely
2016-01-26 20:05:17 +01:00
Manu Mtz.-Almeida
3368e6525b
Merge pull request #481 from netroby/pr/graceful
...
Add document about graceful restart or stop
2016-01-26 20:03:54 +01:00
Manu Mtz.-Almeida
afa95eff67
Merge pull request #470 from bwiggs/master
...
Clarify context.Abort docs
2016-01-26 20:03:10 +01:00
Manu Mtz.-Almeida
e73da74410
Merge pull request #512 from jhorowitz/master
...
Fixed typo. join -> john
2016-01-26 19:58:16 +01:00
Manu Mtz.-Almeida
1183c1ca8f
Fixed recovery unit tests
2016-01-26 19:28:41 +01:00
Manu Mtz.-Almeida
ffb5c0412a
Updates Validator + unit tests
2016-01-26 19:28:26 +01:00
Manu Mtz.-Almeida
60f66918f8
go-colorable does not work in app engine
2016-01-26 18:53:00 +01:00
Manu Mtz.-Almeida
4c639a5049
Cosmetic changes:
...
- Deprecating GetCookie()
2016-01-26 18:36:37 +01:00
Manu Mtz.-Almeida
7afb3238a3
Improves Recovery middleware:
...
- request context
- red colouring
2016-01-26 18:35:56 +01:00
Manu Mtz.-Almeida
2fc2a3e782
Rendering error throws a panic()
2016-01-26 18:35:04 +01:00
Manu Mtz.-Almeida
9abb909731
Merge branch 'master' into develop
2016-01-26 15:55:44 +01:00
Manu Mtz.-Almeida
7b4e9a81a5
Cosmetic changes
2016-01-26 15:55:30 +01:00
Manu Mtz.-Almeida
5196d455c8
Merge branch 'master' of github.com:gin-gonic/gin
2016-01-26 14:55:57 +01:00
Manu Mtz.-Almeida
d0cd8b9fd9
Adds Status() method to Context
2016-01-26 14:55:45 +01:00
Josh Horowitz
c5c806d22d
Fixed typo. join -> john
2016-01-14 15:58:17 -05:00
Naoki Takano
66c4b81579
Added exits check tests for binding
2015-12-30 22:49:38 -08:00
Olivier Mengué
90911f53f2
debug: fix indent of routes dump for DELETE method
...
'DELETE' is 6 chars and breaks indent of the routes dump (only 5 chars
were reserved for the HTTP method).
2015-12-10 15:15:17 +01:00
ZhiFeng Hu
8b000c5a04
Add document about graceful restart or stop
...
I am looking for a long time , add this document will
help who were looking for graceful restart/stop like me.
Signed-off-by: ZhiFeng Hu <hufeng1987@gmail.com>
2015-11-11 10:27:36 +08:00
Kyle Mcgill
48b5f5d466
Merge pull request #1 from kylescottmcgill/docs-spelling
...
undefinitely -> indefinitely
2015-11-04 21:05:52 +13:00
Kyle Mcgill
23c01faeb3
undefinitely -> indefinitely
...
It was bugging me :)
2015-11-04 21:03:57 +13:00
Brian Wigginton
353fa14750
additional clarification
2015-10-27 12:26:05 -05:00
Brian Wigginton
1541a141ee
update docs for context.Abort
...
The docs were a little unclear as to how to use Abort, and how it will affect the current handler.
2015-10-27 12:22:18 -05:00
shadrus
13ba260d76
Wrong copy/paste TODO
2015-10-05 22:27:03 +03:00