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 SessionHandler ¶
type SessionHandler struct {
handlers.RequestHandler
}
func ToSessionHandler ¶
func ToSessionHandler(h handlers.RequestHandler) *SessionHandler
func (*SessionHandler) ServeHTTP ¶
func (f *SessionHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
func (*SessionHandler) WriteError ¶
func (f *SessionHandler) WriteError(w http.ResponseWriter, code int, err error)
Click to show internal directories.
Click to hide internal directories.