We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}
The text was updated successfully, but these errors were encountered:
I can work on this.
Sorry, something went wrong.
vijayjeevarajaws
No branches or pull requests
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 storedThe text was updated successfully, but these errors were encountered: