Commit Graph

  • aadd33af2c Context.Data() takes content-type Manu Mtz-Almeida 2014-07-05 02:53:51 +02:00
  • f387bdda9e Fixes context.String() Manu Mtz-Almeida 2014-07-05 02:51:52 +02:00
  • 3c2da97919 Fix XML Marshal to work with gin.H Chad Russell 2014-07-04 20:51:25 -04:00
  • cde876395f Using constant values for Content-Type Manu Mtz-Almeida 2014-07-05 02:51:14 +02:00
  • 07fe0d9944 Merge branch 'bindings' into develop Manu Mtz-Almeida 2014-07-05 02:49:25 +02:00
  • d90868e5bd Adds FORM bindings Manu Mtz-Almeida 2014-07-05 02:44:32 +02:00
  • 9634a38704 New bindings for JSON, XML and form parsing and validation Manu Mtz-Almeida 2014-07-04 23:28:50 +02:00
  • e2ecb03c16 Merge branch 'master' of https://github.com/julienschmidt/gin into julienschmidt-master Manu Mtz-Almeida 2014-07-04 21:37:33 +02:00
  • 9c7413f300 Merge 592af3026c09cf2110b3295806b903d6cf4f7be5 into 5eb0e10a78a29c69678d1e6bfca6b1ca8016be95 Julien Schmidt 2014-07-04 17:47:25 +00:00
  • 592af3026c README: gofmt the code examples Julien Schmidt 2014-07-04 19:44:07 +02:00
  • 1abc373aff Some work around benchmarks benchmarks Manu Mtz-Almeida 2014-07-04 18:37:17 +02:00
  • 8f3f3597f3 Merge branch 'master' of https://github.com/ngerakines/gin into ngerakines-master Manu Mtz-Almeida 2014-07-04 17:05:56 +02:00
  • b5db76b87a Adds default config variable Manu Mtz-Almeida 2014-07-04 16:59:57 +02:00
  • 70593e8dfe Added test for requests to / when no route for / is defined Alexander Nyquist 2014-07-04 11:01:11 +02:00
  • a0ae5c296d Started writing unit tests Alexander Nyquist 2014-07-04 10:12:28 +02:00
  • 6f7c7fc4e5 move example to satisfy travis CI and follow existing Zach Marcantel 2014-07-04 00:44:40 -05:00
  • d44d2e1aed add status handling to .Write(data) Zach Marcantel 2014-07-04 00:23:03 -05:00
  • ad80fc5826 add c.Writer.Status() readme details and example Zach Marcantel 2014-07-01 20:35:25 -05:00
  • a6c6ebce8f expose status code (or anything) by wrapping http.ResponseWriter Zachary Marcantel 2014-07-01 17:09:17 -05:00
  • 493008ea3c Improved BasicAuth() example Manu Mtz-Almeida 2014-07-04 04:47:34 +02:00
  • 9efd207a04 Fixes BasicAuth test in example_basic.go Manu Mtz-Almeida 2014-07-04 04:40:00 +02:00
  • fa80b047f9 The Recovery() middleware should not print the errors (only panics) Manu Mtz-Almeida 2014-07-04 04:32:43 +02:00
  • 91df54a5c2 Better print formatting for Errors Manu Mtz-Almeida 2014-07-04 04:31:11 +02:00
  • 7582b9077c Adds more samples in README Manu Mtz-Almeida 2014-07-04 04:30:30 +02:00
  • 661398ca53 Nicer BasicAuth API Manu Mtz-Almeida 2014-07-04 04:28:25 +02:00
  • c8cb943ef7 Adds a console image Manu Mtz-Almeida 2014-07-04 02:55:01 +02:00
  • a8e8630164 Add console image Manu Mtz-Almeida 2014-07-04 02:50:55 +02:00
  • 6da7374af5 Do not update status code in Abort() if code is a negative number Manu Mtz-Almeida 2014-07-04 00:37:54 +02:00
  • 78536abb58 Better logger Manu Mtz-Almeida 2014-07-04 00:25:12 +02:00
  • 3bb74a4c66 Merge abe076b8f8961378daecca4d8309929302f3c37a into 5eb0e10a78a29c69678d1e6bfca6b1ca8016be95 Nick Gerakines 2014-07-03 22:16:50 +00:00
  • abe076b8f8 Adding MustGet method. Updating README. Nick Gerakines 2014-07-03 18:16:41 -04:00
  • e1781e2db1 Fixes "http: multiple response.WriteHeader calls" in 404 [Issue #29] Manu Mtz-Almeida 2014-07-04 00:12:35 +02:00
  • 00413032bb Merge branch 'master' into develop Manu Mtz-Almeida 2014-07-04 00:05:31 +02:00
  • edc3872dd0 Merge branch 'master' of github.com:gin-gonic/gin Manu Mtz-Almeida 2014-07-04 00:05:18 +02:00
  • d42aa6d868 Fixes wrap around http.ResponseWriter Manu Mtz-Almeida 2014-07-04 00:01:28 +02:00
  • ca875e0b50 Merge eecd18d7bb65dce3c5b8633306e48288662f4675 into 5eb0e10a78a29c69678d1e6bfca6b1ca8016be95 Skuli Oskarsson 2014-07-03 20:41:04 +00:00
  • 1c975b54dd instanciate templates at engine creation Christophe de Carvalho 2014-07-03 22:27:35 +02:00
  • 108bfb4470 Setting Get metadata method to return both an interface as well as an error to remove panic. Nick Gerakines 2014-07-03 15:17:24 -04:00
  • 5eb0e10a78 Merge pull request #33 from jasonrhansen/master Manu Mtz.-Almeida 2014-07-03 20:39:01 +02:00
  • fd30d289a9 Fix spelling and grammar errors in comments jasonrhansen 2014-07-03 12:30:01 -06:00
  • 1aa3216303 Some work around bindings. it may do not compile Manu Mtz-Almeida 2014-07-03 19:19:06 +02:00
  • f0282c8ada Merge pull request #32 from alexandernyquist/master Manu Mtz.-Almeida 2014-07-03 18:09:19 +02:00
  • a0104c2033 Merge pull request #31 from gin-gonic/travisci Manu Mtz.-Almeida 2014-07-03 17:39:58 +02:00
  • 8e7b817460 Using template.Must to fix multiple return issue. Alexander Nyquist 2014-07-03 17:32:47 +02:00
  • 48911116ce removing CI for go v1.0 Austin Heap 2014-07-03 08:30:00 -07:00
  • 9d4f958ce4 including build status in readme Austin Heap 2014-07-03 08:29:44 -07:00
  • 6fbfcacfa0 base travis ci config Austin Heap 2014-07-03 08:23:03 -07:00
  • b8053b284d Adds HEAD Manu Mtz-Almeida 2014-07-03 16:57:45 +02:00
  • df9ba52186 Merge branch 'options' of https://github.com/alexandernyquist/gin into alexandernyquist-options Manu Mtz-Almeida 2014-07-03 16:55:55 +02:00
  • bd33a76426 Merge branch 'contextCaching' into develop Manu Mtz-Almeida 2014-07-03 16:35:41 +02:00
  • 12fa9fe499 Improves Copy() in gin.Context Manu Mtz-Almeida 2014-07-03 16:35:20 +02:00
  • d7a3fdcd8f Testing Copy() instead of Keep() and Release() Manu Mtz-Almeida 2014-07-03 16:31:27 +02:00
  • 8814a9f950 Merge 2398b5179d70df78c7e666a71b97099cdeb1b7a6 into 31c3b913acef43b2417d4821aab9df3a53e0baba Alexander Nyquist 2014-07-03 14:22:08 +00:00
  • 2398b5179d Using template.Must instead of catching errors manually Alexander Nyquist 2014-07-03 16:21:55 +02:00
  • 7bf60fdacb Merge fd86812e816290ab3bd55e7ce0be4efecc31c5b2 into 31c3b913acef43b2417d4821aab9df3a53e0baba Alexander Nyquist 2014-07-03 14:17:35 +00:00
  • fd86812e81 Added OPTIONS to README Alexander Nyquist 2014-07-03 16:16:40 +02:00
  • 5e0d560dd6 Added support for OPTIONS verb Alexander Nyquist 2014-07-03 16:14:33 +02:00
  • d9573b45c7 Adds Keep() and Release() to gin.Context Manu Mtz-Almeida 2014-07-03 15:59:39 +02:00
  • 30ea9c06fc Adds NewWithConfig() and CacheStress() Manu Mtz-Almeida 2014-07-03 14:11:42 +02:00
  • 2ee8532a0e Merge branch 'contextCaching' of https://github.com/gin-gonic/gin into readme_html_fix Alexander Nyquist 2014-07-03 13:25:35 +02:00
  • fca05115ab Fixed bug in HTML template example. Alexander Nyquist 2014-07-03 09:11:44 +02:00
  • 28bf3981b0 Merge branch 'develop' Manu Mtz-Almeida 2014-07-02 23:11:15 +02:00
  • 615f19961e Run() crashes if server can't be setup Manu Mtz-Almeida 2014-07-02 23:10:30 +02:00
  • 31c3b913ac Merge pull request #26 from javierprovecho/master Manu Mtz.-Almeida 2014-07-02 22:50:10 +02:00
  • 05d587d65e Clarification Javier Provecho Fernandez 2014-07-02 22:48:06 +02:00
  • ca91a4a6da Fix Javier Provecho Fernandez 2014-07-02 22:39:42 +02:00
  • f380265f5d Added README.md Javier Provecho Fernandez 2014-07-02 22:38:02 +02:00
  • 6b5e80901f Added Google App Engine Example Javier Provecho Fernandez 2014-07-02 22:08:37 +02:00
  • 2e50e2cc60 Adds more information in README.md Manu Mtz-Almeida 2014-07-02 20:52:47 +02:00
  • 10979dd862 Adds new context caching system Manu Mtz-Almeida 2014-07-02 20:17:57 +02:00
  • 503b1fadae Merge branch 'master' into develop Manu Mtz-Almeida 2014-07-02 20:12:55 +02:00
  • 066b6e94c6 Merge pull request #25 from AlexanderChen1989/master Javier Provecho 2014-07-02 18:05:40 +02:00
  • 728e103924 Fix README.md Alexander 2014-07-03 00:00:41 +08:00
  • 0ffb1ed953 Merge pull request #23 from javierprovecho/master Manu Mtz.-Almeida 2014-07-02 15:16:42 +02:00
  • 15adea718d Fix Javier Provecho 2014-07-02 14:38:01 +02:00
  • 0318ebab19 Fix Javier Provecho 2014-07-02 14:37:18 +02:00
  • 0f32b55100 Add GoDoc Badge Javier Provecho 2014-07-02 14:36:23 +02:00
  • 3bfbf986a2 Merge pull request #21 from javierprovecho/master Manu Mtz.-Almeida 2014-07-02 11:54:39 +02:00
  • 406a509fa3 Extra example Javier Provecho 2014-07-02 11:53:45 +02:00
  • 9ea9e0fd51 Fix JSON Struct example Javier Provecho 2014-07-02 11:47:55 +02:00
  • 5eb5080c7c Merge pull request #18 from bluele/fixReadme Manu Mtz.-Almeida 2014-07-02 11:13:32 +02:00
  • 10d988bf02 Merge pull request #6 from SkuliOskarsson/patch-1 Manu Mtz.-Almeida 2014-07-02 11:12:14 +02:00
  • 2b6cf3889e Fixes crash when route path doesn't start with '/' Manu Mtz-Almeida 2014-07-02 11:09:04 +02:00
  • 50cb51bd25 Merge 9c4b661d1ee0238e0395196be17f6cf602929bda into f99a2ac7cca26ed6c57e53369589559d19ee9fbf Jijo Varghese 2014-07-02 09:07:52 +00:00
  • f99a2ac7cc Merge branch 'develop' Manu Mtz-Almeida 2014-07-02 11:06:22 +02:00
  • 120b41fe1d Fixes code examples in README Jun Kimura 2014-07-02 15:24:55 +09:00
  • 9c4b661d1e bugfix Jijo Varghese 2014-07-01 21:20:59 -07:00
  • b8798ec5f7 Adds context.LastError() Manu Mtz-Almeida 2014-07-02 02:32:44 +02:00
  • f72fcdf5ba Improves error log formatting Manu Mtz-Almeida 2014-07-02 02:31:11 +02:00
  • 4b62957d85 Do not update header when status code is less than 1 Manu Mtz-Almeida 2014-07-02 01:50:33 +02:00
  • 2abbc4ad1d Setting response headers before calling WriteHeader in context.String() Manu Mtz-Almeida 2014-07-02 01:47:32 +02:00
  • d6ab48bd1f Merge branch 'develop' Manu Mtz-Almeida 2014-07-01 23:02:12 +02:00
  • b0797e2bf9 Fixes Basic HTTP Authorization middleware Manu Mtz-Almeida 2014-07-01 22:58:29 +02:00
  • eecd18d7bb Added a basic log message for when starting up the app Skuli Oskarsson 2014-07-01 09:41:33 +00:00
  • df22fa4489 Merge pull request #11 from alexandernyquist/master Javier Provecho 2014-07-01 09:34:49 +02:00
  • 00bb3e2478 Setting response headers before calling WriteHeader. Alexander Nyquist 2014-07-01 09:22:39 +02:00
  • 7a07b26cc2 Merge pull request #8 from r8k/master Javier Provecho 2014-07-01 08:53:33 +02:00
  • 14077b1020 Fix Port usage Rajiv Kilaparti 2014-07-01 11:37:13 +05:30
  • 82959304af Merge d519df9ad3464fe55e87af50c4fca3b92c4aab4e into c69ecaaf75e95fa0961451138ae3571e0dd595d3 Yusuf Simonson 2014-07-01 01:27:41 +00:00
  • d519df9ad3 Fixed typo in README Yusuf Simonson 2014-06-30 21:27:38 -04:00