Versions in this module Expand all Collapse all v1 v1.0.0 Nov 13, 2018 Changes in this version + var ErrUnknownOperation = errors.New("Unknown http operation") + type HTMLRespond struct + PageTemplate string + StatusCode int + TemplateModel interface{} + func (self *HTMLRespond) WriteRespond(ses *httpSession) error + type HTMLText struct + StatusCode int + Text string + func (self *HTMLText) WriteRespond(ses *httpSession) error + type MessageRespond struct + CodecName string + Msg interface{} + StatusCode int + func (self *MessageRespond) String() string + func (self *MessageRespond) WriteRespond(ses *httpSession) error + type RequestMatcher interface + Match func(method, url string) bool + type RespondProc interface + WriteRespond func(*httpSession) error + type StatusRespond struct + StatusCode int + func (self *StatusRespond) WriteRespond(ses *httpSession) error