Versions in this module Expand all Collapse all v2 v2.0.2 Jan 15, 2024 Changes in this version + type Server struct + Request *http.Request + RequestMsg *message.MixMessage + RequestRawXMLMsg []byte + ResponseMsg interface{} + ResponseRawXMLMsg []byte + Writer http.ResponseWriter + func NewServer(context *context.Context) *Server + func (srv *Server) GetOpenID() string + func (srv *Server) GetQuery(key string) (string, bool) + func (srv *Server) Query(key string) string + func (srv *Server) Render(bytes []byte) + func (srv *Server) Send() (err error) + func (srv *Server) Serve() error + func (srv *Server) SetMessageHandler(handler func(*message.MixMessage) *message.Reply) + func (srv *Server) SkipValidate(skip bool) + func (srv *Server) String(str string) + func (srv *Server) Validate() bool + func (srv *Server) XML(obj interface{})