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 12:00:15 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!news2.telebyte.nl!teleglobe.net!teleglobe.net!62.81.31.29.MISMATCH!cyclone.auna.com!twister.auna.com!53ab2750!not-for-mail From: Jano Newsgroups: comp.lang.ada Subject: Re: Sockets Example Message-ID: References: X-Newsreader: MicroPlanet Gravity v2.50 Date: Mon, 12 Apr 2004 21:00:12 +0200 NNTP-Posting-Host: 82.198.35.156 X-Trace: twister.auna.com 1081796413 82.198.35.156 (Mon, 12 Apr 2004 21:00:13 MEST) NNTP-Posting-Date: Mon, 12 Apr 2004 21:00:13 MEST Organization: AUNA TLC Xref: archiver1.google.com comp.lang.ada:7015 Date: 2004-04-12T21:00:12+02:00 List-Id: tmoran@acm.org dice... > >> 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). AWS has a client package, really simple to use.