aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix test make targetDoug Black2014-03-29
|
* fix test and remove script directoryDoug Black2014-03-29
|
* add test make targetDoug Black2014-03-29
|
* add header to core_testDoug Black2014-03-29
|
* update READMEDoug Black2014-03-29
|
* update AUTHORS.mdDoug Black2014-03-29
|
* use built in http.Header typeDoug Black2014-03-29
|
* Merge pull request #17 from oleksandr/masterDoug Black2014-03-29
|\ | | | | Added access to request headers and ability to specify response headers.
| * 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
* | Merge pull request #16 from dmathieu/setup_ciDoug Black2014-03-29
|\ \ | | | | | | Setup continuous integrations
| * | setup travis for continuous integrationDamien Mathieu2014-02-03
| |/
* | Merge pull request #13 from yuyabee/export_muxDoug Black2014-03-29
|\ \ | |/ |/| exported Mux()
| * exported Mux()yuyabe2014-02-01
|/
* remove tests.testDoug Black2014-02-01
|
* consolidate tests, add gitignoreDoug Black2014-02-01
|
* fix docs typoDoug Black2014-02-01
|
* update READMEDoug Black2014-01-28
|
* only write header onceDoug Black2014-01-28
|
* doc fixDoug Black2014-01-27
|
* support adding one resource on multiple pathsDoug Black2014-01-27
|
* fixes suggested by @macuDoug Black2014-01-27
|
* more descriptive variable namesDoug Black2014-01-27
|
* update docsDoug Black2014-01-27
|
* link to docsDoug Black2014-01-27
|
* update READMEDoug Black2014-01-27
|
* formatting and use 'errors'Doug Black2014-01-27
|
* update READMEDoug Black2014-01-27
|
* add docsDoug Black2014-01-27
|
* export 'method supported' interfacesDoug Black2014-01-27
|
* update READMEDoug Black2014-01-27
|
* update READMEDoug Black2014-01-27
|
* update AUTHORS.mdDoug 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
* | use ServeMux, capitalize API, clean testsDoug Black2014-01-27
| |
* | add licenseDoug Black2014-01-27
| |
* | fixes from issuesDoug Black2014-01-26
|/
* fix signatureDoug Black2014-01-26
|
* Merge pull request #3 from strandmon/patch-1Doug Black2014-01-26
|\ | | | | Update path in README to match Go convention.
| * 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.
* | use built in typeDoug Black2014-01-26
| |
* | fixes from commentsDoug Black2014-01-26
|/
* cleanerDoug Black2014-01-25
|
* update READMEDoug Black2014-01-25
|
* better practicesDoug Black2014-01-25
|
* collapse into one type declarationDoug Black2014-01-24
|
* reorgDoug Black2014-01-24
|
* go fmtDoug Black2014-01-23
|
* add mechanism for specifying unimplemented methods and dynamic dispatch to a ↵Doug Black2014-01-23
| | | | resource based on HTTP method
bgstack15