<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: C callable library to do HTTP get/put form data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139210#M717797</link>
    <description>I would point him towards GNU's cgicc library.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/cgicc-3.0.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/cgicc-3.0.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, I think I would try to push him towards Perl and the CGI module. The development times will be 10x faster and the performance will be all but indistinguishable from Native C or C++.&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Dec 2003 18:34:32 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2003-12-08T18:34:32Z</dc:date>
    <item>
      <title>C callable library to do HTTP get/put form data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139209#M717796</link>
      <description>Are there C callable libraries / routines avaiable for HP-UX 11i 64-bit to do HTTP get/put form data?&lt;BR /&gt;&lt;BR /&gt;I don't really understand too well what I'm asking here, this is coming from one of my "advanced users" ( who knows more than I do).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John</description>
      <pubDate>Mon, 08 Dec 2003 18:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139209#M717796</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2003-12-08T18:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: C callable library to do HTTP get/put form data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139210#M717797</link>
      <description>I would point him towards GNU's cgicc library.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/cgicc-3.0.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/cgicc-3.0.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;However, I think I would try to push him towards Perl and the CGI module. The development times will be 10x faster and the performance will be all but indistinguishable from Native C or C++.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Dec 2003 18:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139210#M717797</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-12-08T18:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: C callable library to do HTTP get/put form data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139211#M717798</link>
      <description>Thank you Clay.&lt;BR /&gt;&lt;BR /&gt;Are there other options?&lt;BR /&gt;&lt;BR /&gt;Of the options you mention, I think I will have to go with cgicc library. We have to somehow invoke these functions from within an existing application ( uses a language called Gembase DML ). We know how to call C routines. I wouldn't know how to attempt to call perl from within the application ( unless perhaps it would be completely transparent, i.e. exactly the same, to the app whether it was linking to a C library or a perl program). I think our needs will be fairly modest and so maybe the development time won't be prohibitive. And, the "advanced user" I mentioned is not actually going to be doing the work, he is only telling me what we need, and yet another person here is going to do the programming, and I think he'd be more comfortable with C than perl. ( He's at least done some C programming.)&lt;BR /&gt;&lt;BR /&gt;- John</description>
      <pubDate>Mon, 08 Dec 2003 19:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139211#M717798</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2003-12-08T19:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: C callable library to do HTTP get/put form data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139212#M717799</link>
      <description>... darn, once again I replied before I finished thinking....&lt;BR /&gt;&lt;BR /&gt;I didn't think/notice that cgicc is a c++ library ( duh!). I don't know if our application programming language ( Gembase DML) can link to that, or only to C, or even if there is a difference.&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Mon, 08 Dec 2003 19:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139212#M717799</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2003-12-08T19:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: C callable library to do HTTP get/put form data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139213#M717800</link>
      <description>... and now I see that curl-7.9.8 is available on the hp porting and archive center.&lt;BR /&gt;&lt;BR /&gt;I will check that avenue out.&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Mon, 08 Dec 2003 19:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139213#M717800</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2003-12-08T19:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: C callable library to do HTTP get/put form data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139214#M717801</link>
      <description>Calling apps like curl and wget (via&lt;BR /&gt;system() or whatnot) might work for&lt;BR /&gt;simple HTTP requests, but to do anything&lt;BR /&gt;robust you'd probably be better off&lt;BR /&gt;using a C API as you originally suggested.&lt;BR /&gt;The curl authors have a really nice&lt;BR /&gt;summary of HTTP libraries at:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://curl.haxx.se/libcurl/competitors.html" target="_blank"&gt;http://curl.haxx.se/libcurl/competitors.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Dec 2003 14:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-callable-library-to-do-http-get-put-form-data/m-p/3139214#M717801</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2003-12-09T14:29:14Z</dc:date>
    </item>
  </channel>
</rss>

