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
Restrictions
- None but I hope to add
more functionality eventually.
License Agreement
The software, HTTP Helper, 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:
- No commercial distribution without
permission.
- You are allowed to modify the program and
source, all I ask is you keep the original
credit.
- 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 HTTP Helper
can be found at http://www.ycoderscookbook.com/forums/
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
Full source code is provided.
Please feel free to modify HTTP Helper as long as
you read and understand the license agreement.
I have created a place on the forum where all users
can discuss HTTP Helper.
HTTP Helper Binary
HTTP Helper Source