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.
- Greeting the world — returning plain text [Source]
- Greeting the world — returning HTML [Source]
- Greeting the world with Unicode — returning plain text [Source]
- Greeting the world with Unicode — returning HTML [Source]
- Reading a HTML GET form [Source]
- Setting, reading and resetting a cookie [Source]
- Fetching and merging JSON from the web — returning JSON [Source]
- Fetching and merging JSON from the web — returning HTML [Source]
You can also have a look at the rexxlet that produces this page.