how do the parameters work in loadURI? (both GET and POST)

Icaro Dourado <[email protected]> Sat, 12 Jan 2008 09:02:04 -0800 (PST)
Newsgroups gmane.comp.mozilla.jrex
Message-ID <[email protected]>
hi,
I need to know how to use the method loadURI of WebNavigation to pass a
request by POST method.

Today I am using something like this: (PS: restricted to GET yet)

String referrer = null;
InputStream postData = null;
InputStream headers = null;
navigation.loadURI(url, WebNavigationConstants.LOAD_FLAGS_NONE, referrer,
postData, headers);

How are these postData and headers? Any specification?
-- 
View this message in context: http://www.nabble.com/how-do-the-parameters-work-in-loadURI--%28both-GET-and-POST%29-tp14774127p14774127.html
Sent from the MozDev - jrex mailing list archive at Nabble.com.