|
@ -269,7 +269,7 @@ type getSessionHandler struct { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func (h *getSessionHandler) OnIncomingRequest(req *http.Request) (interface{}, *errors.HTTPError) { |
|
|
func (h *getSessionHandler) OnIncomingRequest(req *http.Request) (interface{}, *errors.HTTPError) { |
|
|
if req.Method != "GET" { |
|
|
|
|
|
|
|
|
if req.Method != "POST" { |
|
|
return nil, &errors.HTTPError{nil, "Unsupported Method", 405} |
|
|
return nil, &errors.HTTPError{nil, "Unsupported Method", 405} |
|
|
} |
|
|
} |
|
|
var body struct { |
|
|
var body struct { |
|
|