Open niallthomson opened 4 months ago
Establish an initial set of utility functions in the UI component to enable demonstrations. The podinfo application provides lots of these.
Suggested functions:
GET /headers
GET /status/{code}
GET /panic
POST /echo
POST /store
GET /store/{hash}
I can work on this.
Establish an initial set of utility functions in the UI component to enable demonstrations. The podinfo application provides lots of these.
Suggested functions:
GET /headers
Print the heads of the inbound requestGET /status/{code}
Return the given HTTP status codeGET /panic
Shutdown the application with an error codePOST /echo
Write back the payload sent to itPOST /store
Write the payload to a file and return a hashGET /store/{hash}
Return the payload from the file system previously stored