Examples

RexxHTTP examples

Each of these is a small rexxlet. Follow a link to see it run, or click the "[Source]" links to read its source.

  1. Greeting the world — returning plain text [Source]
  2. Greeting the world — returning HTML [Source]
  3. Greeting the world with Unicode — returning plain text [Source]
  4. Greeting the world with Unicode — returning HTML [Source]
  5. Reading a HTML GET form [Source]
  6. Setting, reading and resetting a cookie [Source]
  7. Fetching and merging JSON from the web — returning JSON [Source]
  8. Fetching and merging JSON from the web — returning HTML [Source]

You can also have a look at the rexxlet that produces this page.