Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | 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. | ||
* | | use built in type | Doug Black | 2014-01-26 |
| | | |||
* | | fixes from comments | Doug Black | 2014-01-26 |
|/ | |||
* | cleaner | Doug Black | 2014-01-25 |
| | |||
* | update README | Doug Black | 2014-01-25 |
| | |||
* | better practices | Doug Black | 2014-01-25 |
| | |||
* | collapse into one type declaration | Doug Black | 2014-01-24 |
| | |||
* | reorg | Doug Black | 2014-01-24 |
| | |||
* | go fmt | Doug Black | 2014-01-23 |
| | |||
* | add mechanism for specifying unimplemented methods and dynamic dispatch to a ↵ | Doug Black | 2014-01-23 |
| | | | | resource based on HTTP method | ||
* | fix typo | Doug Black | 2014-01-23 |
| | |||
* | add response | Doug Black | 2014-01-23 |
| | |||
* | add readme | Doug Black | 2014-01-23 |
| | |||
* | use http.Request | Doug Black | 2014-01-23 |
| | |||
* | initial commit | Doug Black | 2014-01-23 |