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,653092a494425539 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-12 11:25:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn52feed!worldnet.att.net!attbi_s02.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Sockets Example References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 24.6.132.82 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s02 1081794311 24.6.132.82 (Mon, 12 Apr 2004 18:25:11 GMT) NNTP-Posting-Date: Mon, 12 Apr 2004 18:25:11 GMT Organization: Comcast Online Date: Mon, 12 Apr 2004 18:25:11 GMT Xref: archiver1.google.com comp.lang.ada:7013 Date: 2004-04-12T18:25:11+00:00 List-Id: >> Could anybody explain to me how you'd go about querying a http server >> and getting a response? Even retrieve a specific file? > >If you want this functionality handed to you on a silver platter (with >source code of course), see the Ada Web Server (aws) at >http://libre.act-europe.fr/aws/main.html. I understood the OP to want an HTTP client, not an HTTP server. AWS is indeed a server with all the goodies. If he just wants to see the basics, or to make a specialized, simple, custom server, Smplsrvr is one of the demo programs with the $0, source included, intro version of Claw (downloadable from www.rrsoftware.com).