Languages C / C++ Internet/ Browsers/ HTML  

CHTTPTransaction - C++/Win32 - Reusable Class

download download  
important code information
author:
ATM
minimum requirements:
CHTTPTransaction - C++/Win32 - Reusable Class description

CHTTPTranscation is an enhancement for CHTTPSocket class, with full source code. Full qualified, multiple redirections support, HTTP client. Supports all previous features: virtual hosts, proxy servers, plus new redirections support for standart HTTP 3xx responses. In sample, CSampleTrans is a sample class derived from CHTTPTransaction, briefly shows You how to derive Your own class. In CHTTPSocket some changes applied, many member functions and variables now private and protected. I compile sample dts.exe to show how it's working, no changes in calling syntax from previous version


File List:
dts.dsp4Kb
dts.dsw1Kb
dts.opt55Kb
httpsocket.cpp16Kb
httpsocket.h4Kb
httpspec.h1Kb
httptransaction.cpp20Kb
httptransaction.h3Kb
httptrns.html9Kb
main.cpp3Kb

Similar code
Tic Tac Toe (Popularity: ) : The classic Tic Tac Toe game. Allows 2 players to play game or one player can play against the Computer. The logic is designed so that the computer never loses.

A Simple Text to Html File Converter (Popularity: ) : This progran can convert any text file into an Html File. Most of the well known "special html characters" are all handled. The code is very easy to understand,there is no complication in it.

Console Simple Webpage maker (Popularity: ) : This code simply makes an html file for you, by the inputs that you put in, it is simple and fun well i hope it is fun
dnsLookup (Popularity: ) : Translate an IP address to a host name and vice versa. It shows how to use gethostbyname() and gethostbyaddr() to perform normal and inverse queries to the DNS server. It checks if a tcp port choosen by the user is ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 64
version
size in Kb 21
popularity   1155/7913373
user rating 3/10
ad


New Code
Popular Code