Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Delete ¶
type Delete struct{}
func (*Delete) HandleRequest ¶
Usage: curl -X DELETE http://localhost:8688/delete
type Handler404 ¶
type Handler404 struct{}
func (*Handler404) HandleRequest ¶
func (h404 *Handler404) HandleRequest(req *web.Request, res *web.Response)
type Patch ¶
type Patch struct{}
func (*Patch) HandleRequest ¶
Usage: curl -X PATCH -d "patchValue=HelloPatch" http://localhost:8688/patch
type PostUpload ¶
type PostUpload struct{}
func (*PostUpload) HandleRequest ¶
func (pu *PostUpload) HandleRequest(req *web.Request, res *web.Response)
type PutForm ¶
type PutForm struct{}
func (*PutForm) HandleRequest ¶
Usage: curl -X PUT -d "putValue=HelloPut" http://localhost:8688/put_form
Click to show internal directories.
Click to hide internal directories.