Module handler

Source
Expand description

Request handlers for the microsandbox server.

This module implements:

  • API endpoint handlers
  • Request processing logic
  • Response formatting

The module provides:

  • Handler functions for API routes
  • Request validation and processing
  • Response generation and error handling

Functionsยง

health
Handler for health check
json_rpc_handler
Main JSON-RPC handler that dispatches to the appropriate method
proxy_fallback
Fallback handler for proxy requests
proxy_request
Handler for proxy requests