Skip to content

Instantly share code, notes, and snippets.

View imanishmeena's full-sized avatar

Manish meena imanishmeena

  • MFIT
  • jaipur
  • 05:43 (UTC -12:00)
View GitHub Profile
@imanishmeena
imanishmeena / hello-world.json
Created January 9, 2022 06:43 — forked from sauthieg/hello-world.json
Returns "Hello World" when `http://localhost:8080/hello` is invoked
{
"heap": {
"objects": [
{
"name": "Hello",
"type": "StaticResponseHandler",
"config": {
"status": 200,
"entity": "<html><body><h1>Hello World</h1></body></html>"
}