Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ATSessionHandler ¶
type ATSessionHandler struct {
*SessionHandler
}
func NewATSessionHandler ¶
func NewATSessionHandler(h handlers.RequestHandler) *ATSessionHandler
func (*ATSessionHandler) Output ¶
func (ash *ATSessionHandler) Output(rqs handlers.RequestSession) (handlers.RequestSession, error)
func (*ATSessionHandler) ServeHTTP ¶
func (ash *ATSessionHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
type DefaultRequestParser ¶
type DefaultRequestParser struct { }
func (*DefaultRequestParser) GetInput ¶
func (rp *DefaultRequestParser) GetInput(rq any) ([]byte, error)
func (*DefaultRequestParser) GetSessionId ¶
func (rp *DefaultRequestParser) GetSessionId(rq any) (string, error)
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)
Click to show internal directories.
Click to hide internal directories.