Yahoo!Coder's Cookbook menu left background
Yahoo!Coder's Cookbook menu right background
HTTP Helper

Description:
HTTP Helper is a wrapper for the native .NET httpRequest method. It adds more error methods and in general makes coding for a httpRequest faster.
Language:
Visual Basic.NET 2005
Screenshot:
Virus Scan:

Introduction

From the first Internet enabled application that I created, I found that using httpRequest can sometimes be a pain. If you don't know, httpRequest is a nice little function provided by .NET that you can use to access a HTML webpage. The problem is the native code requires quite a bit of space to implement and lots of extra code to get it working. HTML Helper is basically a way for me to code faster by accepting a structure of data and returning another structure. HTTP Helper has functions for GET, POST, and finding a string in a HTML document.

Requirements

License Agreement

The software, HTTPHelper, is distributed under the Creative Commons GNU General Public License which can be found at http://creativecommons.org/licenses/GPL/2.0/ The major points follow:

  1. No commercial distribution without permission.
  2. You are allowed to modify the program and source, all I ask is you keep the original credit.
  3. If you do modify the program it will fall under the same license agreement.

I have chosen this license to allow users to do pretty much what they want with the program. The big thing that I ask is please don't redistribute this software without acknowledgment to YCC and a link back to http://ycoderscookbook.com. I would love to hear what you think about the program and if you have made useful changes. A forum for HTTPHelper can be found at http://www.ycoderscookbook.com/forums/viewforum.php?f=10 under the Programs directory.

As with any piece of freeware, I have made every effort to make the software useable and friendly. With that said I take no responsibility for damage created by this program or the user’s actions. You may be violating the Yahoo! Terms of Service by using this program. The user takes full responsibility for their actions.

Source and Executible

Full source code is provided. Please feel free to modify HTTPHelper as long as you read and understand the license agreement.

HTTPHelper Executiable (.dll)

HTTPHelper Source

Search Yahoo! Coder's Cookbook via Google search
Last Modified:
Visitors: