Versions in this module Expand all Collapse all v0 v0.8.0 Feb 5, 2014 Changes in this version + const APIVERSION + const DEFAULTHTTPHOST + const DEFAULTHTTPPORT + const DEFAULTUNIXSOCKET + func AttachProfiler(router *mux.Router) + func ListenAndServe(proto, addr string, eng *engine.Engine, logging, enableCors bool, ...) error + func MatchesContentType(contentType, expectedType string) bool + func ServeApi(job *engine.Job) engine.Status + func ServeFd(addr string, handle http.Handler) error + func ServeRequest(eng *engine.Engine, apiversion float64, w http.ResponseWriter, ...) error + type HttpApiFunc func(eng *engine.Engine, version float64, w http.ResponseWriter, r *http.Request, ...) error