Hello world/Web server: Difference between revisions

m
(Add REXX, limited to GNU/Linux, tested with Regina, relies on netcat)
Line 1,322:
|| 'Connection: close' || '0D0A'X,
|| 'Content-Type: text/html' || '0D0A0D0A'X
response.2 = '<!DOCTYPE html>' || '0A'X,
|| '<html><head><title>Hello, Rosetta</title></head>' || '0A'X,
|| '<body><h2>Goodbye, World!</h2></body>' || '0A'X,
Anonymous user