Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultRequestParser ¶
type DefaultRequestParser struct {
}
func (*DefaultRequestParser) GetInput ¶
func (rp *DefaultRequestParser) GetInput(rq any) ([]byte, error)
func (*DefaultRequestParser) GetSessionId ¶
type HTTPRequestHandler ¶
type HTTPRequestHandler struct {
request.RequestHandler
}
HTTPRequestHandler implements the session handler for HTTP
func NewHTTPRequestHandler ¶
func NewHTTPRequestHandler(h request.RequestHandler) *HTTPRequestHandler
func (*HTTPRequestHandler) ServeHTTP ¶
func (hh *HTTPRequestHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
func (*HTTPRequestHandler) WriteError ¶
func (f *HTTPRequestHandler) WriteError(w http.ResponseWriter, code int, err error)
Click to show internal directories.
Click to hide internal directories.