wodWebServer - Version 1.5.3 ActiveX Component that implements server side of HTTPand HTTPS protocols (HTTPServer). It's main purpose isto serve HTML pages, GIF/JPG/PNG images, documents, andother resources that are accessible through Browserclients (such as Internet Explorer, Mozilla Firefox,Netscape etc..) It is robust, easy to use, fast, andcan be used in all environments that support COMtechnology. It serves both static pages, as well asdynamically created ones. No need to learnASP/PHP/Coldfusion to make your own WEB server whenwodWebServer ActiveX is used.wodWebServer runs through Request/Response objects -whatever client sends is parsed and stored to Requestobject. When you're ready to deliver response, you justneed to populate Response object - such as Bodyproperty, StatusCode, and that's it. If you're fast andcan do it from within RequestDone event, then you don'teven have to call any Send methods - it's deliveredautomaticaly. Features include:- support for HTTP and HTTPS protocols - complete information on connected users - get theiroriginating IP address, originating port, totalconnected time... - Choose either Automatic content delivery (sit backand enjoy) or manual - in which case you definevirtually everything that is sent - CGI script support by running external executables - Parsing of query variables, posted data,form-uploaded data for easy access - Can be used as standalone, or together with other WEBserver (such as Apache, IIS...) by running on another port - control bandwidth usage for each user separately Shipped in two variations - as COM object, and as anActiveX control. Besides this, wodWebServer packagealso includes wodCertificate object for managingcertificates and private keys (for HTTIt will work with all environments that support COMobjects and ActiveX controls - VB, VC, Delphi, and itwill even work in .NET environments. IDE will generateappropriate wrappers for wodWebServer in that case.