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
200

Debug information in JSON format.

application/json
get
GET /debug HTTP/1.1
Host: 
Accept: */*
200

Debug information in JSON format.

No content

Last updated