aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* update READMEDoug Black2014-03-29
|
* Updated type in the READMEAlex Lobunets2014-02-07
|
* Added request headers as Get/Put/Post/Delete argument. Added response ↵Alex Lobunets2014-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
* update READMEDoug Black2014-01-28
|
* link to docsDoug Black2014-01-27
|
* update READMEDoug Black2014-01-27
|
* update READMEDoug Black2014-01-27
|
* update READMEDoug Black2014-01-27
|
* update READMEDoug Black2014-01-27
|
* merge #6Doug Black2014-01-27
|\
| * remove the need to provide “missing/unsupported” implementations in theKaran Misra2014-01-27
| | | | | | | | | | | | | | API consumers. also: - more idiomatic - loosely coupled with the API contract
* | add licenseDoug Black2014-01-27
| |
* | fixes from issuesDoug Black2014-01-26
|/
* fix signatureDoug Black2014-01-26
|
* Update path in README to match Go convention.strandmon2014-01-26
| | | Read http://golang.org/doc/code.html if you don't know why I made this change.
* update READMEDoug Black2014-01-25
|
* fix typoDoug Black2014-01-23
|
* add responseDoug Black2014-01-23
|
* add readmeDoug Black2014-01-23
bgstack15