Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPResponseSender ¶
type HTTPResponseSender struct {
// contains filtered or unexported fields
}
HTTPResponseSender implements backend.CallResourceResponseSender and writes an HTTP response using an http.ResponseWriter given received backend.CallResourceResponse(s).
func New ¶
func New(w http.ResponseWriter) *HTTPResponseSender
New creates a new HTTPResponseSender.
func (*HTTPResponseSender) Send ¶
func (s *HTTPResponseSender) Send(resp *backend.CallResourceResponse) error
Click to show internal directories.
Click to hide internal directories.