listHandlers()

返回当前请求处理程序的列表。

调用签名

¥Call signature

server.listHandlers()

此方法不接受任何参数,并返回 server 对象上存在的所有处理程序的列表。它主要用于调试和自省目的。

¥This method accepts no arguments and returns a list of all handlers present on the server object. It’s primarily designed for debugging and introspection purposes.