- Introduction
- Getting started
- Philosophy
- Comparison
- Limitations
- Debugging runbook
- FAQ
- Basics
- Concepts
- Network behavior
- Integrations
- API
- CLI
- Best practices
- Recipes
listHandlers()
Return the list of current request handlers.
Call signature
server.listHandlers()
This method accepts no arguments and returns a list of the Array<RequestHandler>
shape. It’s primarily designed for debugging and introspection purposes.