index
:
sleepy
https
master
Go library for making RESTful services
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core.go
Commit message (
Expand
)
Author
Age
*
Merge pull request #21 from strukturag/wrapper_support
Doug Black
2014-04-24
|
\
|
*
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.
Simon Eisenmann
2014-04-22
|
|
/
*
/
Always create readable JSON strings. http://www.vinaysahni.com/best-practices...
Simon Eisenmann
2014-04-07
|
/
*
s/muxPointer/mux/
Doug Black
2014-03-30
*
add some docs for Mux() function
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 request headers as Get/Put/Post/Delete argument. Added response headers...
Alex Lobunets
2014-02-07
*
|
exported Mux()
yuyabe
2014-02-01
|
/
*
fix docs typo
Doug Black
2014-02-01
*
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
*
formatting and use 'errors'
Doug Black
2014-01-27
*
add docs
Doug Black
2014-01-27
*
export 'method supported' interfaces
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
*
|
use ServeMux, capitalize API, clean tests
Doug Black
2014-01-27
*
|
fixes from issues
Doug Black
2014-01-26
|
/
*
use built in type
Doug Black
2014-01-26
*
fixes from comments
Doug Black
2014-01-26
*
cleaner
Doug Black
2014-01-25
*
better practices
Doug Black
2014-01-25
*
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
*
use http.Request
Doug Black
2014-01-23
*
initial commit
Doug Black
2014-01-23
bgstack15