Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SOAPHandler ¶
type SOAPHandler struct { grpcer.Client WSDL string Log func(keyvals ...interface{}) error Locations []string }
SOAPHandler is a http.Handler which proxies SOAP requests to the Client. WSDL is served on GET requests.
func (SOAPHandler) ServeHTTP ¶
func (h SOAPHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.