githubEdit

Get Cache Data

The path to access debug information. This only works for in_memory cache backend, where it returns the entire cache as a JSON object.

get

Congiruable using handlers_debug_path (in config.toml) or ORBIT_HANDLERS_DEBUG_PATH (using environment variables)

Responses
chevron-right
200

Debug information in JSON format.

application/json
get
/debug
200

Debug information in JSON format.

Last updated