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.dsp
4Kb
dts.dsw
1Kb
dts.opt
55Kb
httpsocket.cpp
16Kb
httpsocket.h
4Kb
httpspec.h
1Kb
httptransaction.cpp
20Kb
httptransaction.h
3Kb
httptrns.html
9Kb
main.cpp
3Kb
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 ...