featherweb
Every button below hits the running server. Responses land in the panel under each card.
Input and output from type hints
GET
/api/tasks
GET
/api/tasks/{id}
GET
/api/tasks/echo/headers
–
POST
/api/tasks
–
Streaming and files
GET
/api/files/stream
–
POST
/api/files/upload
–
WebSocket
/ws/echo
not connected
/ws/clock
–
Authentication
POST
/api/auth/login
–
JWT
–
Errors
–
Static files
–