Kokoro-FastAPI/api/tests/debug.http

11 lines
277 B
Text
Raw Normal View History

### Get Thread Information
GET http://localhost:8880/debug/threads
Accept: application/json
### Get Storage Information
GET http://localhost:8880/debug/storage
Accept: application/json
### Get System Information
GET http://localhost:8880/debug/system
Accept: application/json