Using httpclient

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Using httpclient

Fernando Rodríguez
Hi,

Is there any tutorial on getting strted with Steve Waring's HttpClient
(http://www.dolphinharbor.org/dh/projects/httpclient/download.html)?

I'm really lost...


Reply | Threaded
Open this post in threaded view
|

Re: Using httpclient

Chris Uppal-3
Fernando,

> Is there any tutorial on getting strted with Steve Waring's HttpClient

Have you seen the example methods on the class-side of SptHTTPRequest ?

    -- chris


pax
Reply | Threaded
Open this post in threaded view
|

Re: Using httpclient

pax
In reply to this post by Fernando Rodríguez
Fernando, if you want to learn how HTTP works and some of the features
such as CGI and FAST CGI, take a look at the following link:
http://jmarshall.com/easy/http/.

Its a short but well written tutorial on HTTP with additional links to
CGI, Fast CGI and other topics. This should be of help as the HTTP
Client package does not provide tutorials or basic information on theh
inner workings of HTTP protocol.

PAX