From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3638fbb377a0fbb8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-11 18:47:06 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!falcon.america.net!sunqbc.risq.qc.ca!cpk-news-hub1.bbnplanet.com!news.gtei.net!newshub2.home.com!news.home.com!news1.rdc1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: HTTP Session package References: <3AD4405A.51AA1369@earthlink.net> X-Newsreader: Tom's custom newsreader Message-ID: Date: Thu, 12 Apr 2001 01:41:50 GMT NNTP-Posting-Host: 24.20.190.201 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.sfba.home.com 987039710 24.20.190.201 (Wed, 11 Apr 2001 18:41:50 PDT) NNTP-Posting-Date: Wed, 11 Apr 2001 18:41:50 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: supernews.google.com comp.lang.ada:6796 Date: 2001-04-12T01:41:50+00:00 List-Id: >Here's the link to the Ada Web Server (AWS) software: >http://perso.wanadoo.fr/pascal.obry/contrib.html There's also a minimal Server, smplsrvr, on www.adapower.com But > supports creating an internet session, sending http GET/POST requests, > and receiving the replys. sounds to me like a web client, not a web server. I have client-side code in a program that scans a web page, doing a HEAD or GET on all local links, the scanning those, to visit all the entire contents of a site. The web client part is pretty easy.