HTTP Request |
||
Features | Detailed Description The HTTP Request is a component from the Clever Internet Suite library. Use this component together with HTTP Client for submitting created request data to a web server for processing by a CGI, ASP.NET or Java servlet. Available in .NET, VCL and ActiveX editions. Features:
Build New HTTP Request data in just few lines of codeThe HttpRequest component allows easy creation of request data in any formats including "multipart/form-data", "application/www-form-urlencoded", "text/xml" or any custom format. You can add each form value manually as well as extract and create them from existing HTML source, URL or HTML page with FORM controls saved to the file.
See Build Form Post Request for more details. Build HTTP Request data in IDE design-timeWith HttpRequest you can create Form Post or Submit File requests without writing a single line of the code. Simple put the component on to the form and choose the desired option within the component editor in Delphi or component menu in Visual Studio: "Build by Url", "Build by File" or "Build by Text". After that the HttpRequest component will create all necessary request data and automatically change the HTTP header values. Samples, including WinForm clients with full source codePlease see the Demos code (FormPost, SubmitFile, SubmitWizard) and also the indexed Help documentation provided with the Clever Internet Suite installation to learn more about using this component in your application. Includes support for Delphi, C++Builder, C#, VB.NET and Javascript. Complete Delphi and C# source codeWhen Purchasing the Clever Internet Suite you receive the full sources for all suite components and also free unlimited support. Interested?
|