Documentation ¶
Overview ¶
Simple XMLRPC client/server for go
Index ¶
Constants ¶
View Source
const DefaultOperationTimeout time.Duration = 1 * time.Second
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) ServeHTTP ¶
func (self *Handler) ServeHTTP(w http.ResponseWriter, req *http.Request)
func (*Handler) WaitForShutdown ¶
func (self *Handler) WaitForShutdown()
type XMLClient ¶
func NewXMLClient ¶
func NewXMLClient() *XMLClient
Click to show internal directories.
Click to hide internal directories.