HTTPPost() GetHTTPData()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

HTTPPost() GetHTTPData()

Post by pdwyer »

Currently the HTTP lib only handles GET's by the look of it. There have been a few questions posted on the forums for POST features.

If we could have GetHTTPData() which returns the HTML of a page minus the header (not hard to do normally I know) the return of this could be the same as what HTTPPost() returns after you send form details or whatever.

HTTPPost() information would assumably be set using the current "SetURLPart()" procs.
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
LifeSux
New User
New User
Posts: 2
Joined: Sun Oct 05, 2008 12:39 pm

Post by LifeSux »

What about this now? I realy would nee that stuff...
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

LifeSux wrote:What about this now? I realy would nee that stuff...
why not wrote your own ?
SPAMINATOR NR.1
Post Reply