Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + const ApiPath + const ApiUrlFormat + var ErrNotFound = errors.New("404 page not found") + func Parse(r *http.Request, root *cmds.Command) (cmds.Request, error) + type Client interface + Send func(req cmds.Request) (cmds.Response, error) + func NewClient(address string) Client + type Handler struct + func NewHandler(ctx cmds.Context, root *cmds.Command, origin string) *Handler + func (i Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) + type MultiFileReader struct + func NewMultiFileReader(file files.File, form bool) *MultiFileReader + func (mfr *MultiFileReader) Boundary() string + func (mfr *MultiFileReader) Read(buf []byte) (written int, err error)