MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / MethodNotAllowed

Function MethodNotAllowed

httperr/httperr.go:41–43  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

39}
40
41func MethodNotAllowed(format string, args ...any) *Error {
42 return newError(http.StatusMethodNotAllowed, format, args...)
43}
44
45func Internal(format string, args ...any) *Error {
46 return newError(http.StatusInternalServerError, format, args...)

Callers 1

toHandleFuncFunction · 0.92

Calls 1

newErrorFunction · 0.85

Tested by

no test coverage detected