Using TCP/IP within applications
Install an APL-based Web Server
You can install a specific APL-based Web Server.
- Documentation is RFC 1945 : HyperText Transmission Protocol V1.0
(HTTP V 1.0)
- Your server is not a full server, a standard HTTP Server
can deal with standard work (index pages, icons, proxy, gateway ...)
- Your server may knows a very few number of requests.
A simple Web server is also a simple APL program.
- The client (browser) initiates a session
- It sends a message, containing all parameters (GET Protocol)
- It waits for a response (MIME header, html data)
- Session is closed by the server.