Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update README with blog linkHEADmaster | Doug Black | 2017-09-15 |
| | |||
* | Merge pull request #21 from strukturag/wrapper_support | Doug Black | 2014-04-24 |
|\ | | | | | Added support to add API resources with a wrapper handler function. | ||
| * | Added support to add API resources with a wrapper handler function. | Simon Eisenmann | 2014-04-07 |
| | | |||
* | | Merge pull request #23 from strukturag/patch_and_head_support | Doug Black | 2014-04-24 |
|\ \ | | | | | | | Added support for HEAD and PATCH requests. | ||
| * | | Added support for HEAD and PATCH requests. | Simon Eisenmann | 2014-04-22 |
| |/ | |||
* | | Merge pull request #20 from strukturag/pretty_print | Doug Black | 2014-04-24 |
|\ \ | |/ |/| | Always create readable JSON strings. | ||
| * | Always create readable JSON strings. ↵ | Simon Eisenmann | 2014-04-07 |
|/ | | | | http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api#pretty-print-gzip) | ||
* | s/muxPointer/mux/ | Doug Black | 2014-03-30 |
| | |||
* | add some docs for Mux() function | Doug Black | 2014-03-29 |
| | |||
* | fix test make target | Doug Black | 2014-03-29 |
| | |||
* | fix test and remove script directory | Doug Black | 2014-03-29 |
| | |||
* | add test make target | Doug Black | 2014-03-29 |
| | |||
* | add header to core_test | Doug Black | 2014-03-29 |
| | |||
* | update README | Doug Black | 2014-03-29 |
| | |||
* | update AUTHORS.md | Doug Black | 2014-03-29 |
| | |||
* | use built in http.Header type | Doug Black | 2014-03-29 |
| | |||
* | Merge pull request #17 from oleksandr/master | Doug Black | 2014-03-29 |
|\ | | | | | Added access to request headers and ability to specify response headers. | ||
| * | Updated type in the README | Alex Lobunets | 2014-02-07 |
| | | |||
| * | Added request headers as Get/Put/Post/Delete argument. Added response ↵ | Alex Lobunets | 2014-02-07 |
| | | | | | | | | headers map as 3rd argument of the return from Get/Put/Post/Delete handlers. Thus, resource can access request headers and set custom response headers if required | ||
* | | Merge pull request #16 from dmathieu/setup_ci | Doug Black | 2014-03-29 |
|\ \ | | | | | | | Setup continuous integrations | ||
| * | | setup travis for continuous integration | Damien Mathieu | 2014-02-03 |
| |/ | |||
* | | Merge pull request #13 from yuyabee/export_mux | Doug Black | 2014-03-29 |
|\ \ | |/ |/| | exported Mux() | ||
| * | exported Mux() | yuyabe | 2014-02-01 |
|/ | |||
* | remove tests.test | Doug Black | 2014-02-01 |
| | |||
* | consolidate tests, add gitignore | Doug Black | 2014-02-01 |
| | |||
* | fix docs typo | Doug Black | 2014-02-01 |
| | |||
* | update README | Doug Black | 2014-01-28 |
| | |||
* | only write header once | Doug Black | 2014-01-28 |
| | |||
* | doc fix | Doug Black | 2014-01-27 |
| | |||
* | support adding one resource on multiple paths | Doug Black | 2014-01-27 |
| | |||
* | fixes suggested by @macu | Doug Black | 2014-01-27 |
| | |||
* | more descriptive variable names | Doug Black | 2014-01-27 |
| | |||
* | update docs | Doug Black | 2014-01-27 |
| | |||
* | link to docs | Doug Black | 2014-01-27 |
| | |||
* | update README | Doug Black | 2014-01-27 |
| | |||
* | formatting and use 'errors' | Doug Black | 2014-01-27 |
| | |||
* | update README | Doug Black | 2014-01-27 |
| | |||
* | add docs | Doug Black | 2014-01-27 |
| | |||
* | export 'method supported' interfaces | Doug Black | 2014-01-27 |
| | |||
* | update README | Doug Black | 2014-01-27 |
| | |||
* | update README | Doug Black | 2014-01-27 |
| | |||
* | update AUTHORS.md | Doug Black | 2014-01-27 |
| | |||
* | merge #6 | Doug Black | 2014-01-27 |
|\ | |||
| * | remove the need to provide “missing/unsupported” implementations in the | Karan Misra | 2014-01-27 |
| | | | | | | | | | | | | | | API consumers. also: - more idiomatic - loosely coupled with the API contract | ||
* | | use ServeMux, capitalize API, clean tests | Doug Black | 2014-01-27 |
| | | |||
* | | add license | Doug Black | 2014-01-27 |
| | | |||
* | | fixes from issues | Doug Black | 2014-01-26 |
|/ | |||
* | fix signature | Doug Black | 2014-01-26 |
| | |||
* | Merge pull request #3 from strandmon/patch-1 | Doug Black | 2014-01-26 |
|\ | | | | | Update path in README to match Go convention. | ||
| * | Update path in README to match Go convention. | strandmon | 2014-01-26 |
| | | | | | | Read http://golang.org/doc/code.html if you don't know why I made this change. |