Sorry, realized right after I sent that that the imports might be
useful.

H

import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.entity.ByteArrayEntity;
import org.apache.http.impl.client.DefaultHttpClient;

On Jun 19, 10:34 am, psaltamontes <mcg2...@gmail.com> wrote:
> Do you know/think if this option will be in the future?
>
> Now, I'm trying to do something with a webview and webviewclient. But
> I don't know how to send a "RAW HTTP request" using these classes.
>
> I can send/receive RAW HTTP with sockets, but I don't know how to link
> these sockets with the webview.
>
> Any idea?
>
> Thanks.
>
> On 19 jun, 17:14, "Mark Murphy" <mmur...@commonsware.com> wrote:
>
> > > Yes, I want to say request :), sorry , I need improve my English.
>
> > > I don't want my application modify the settings of the browser, the
> > > idea is that the user configure the proxy of the browser and install
> > > my application. This application is a service that listen the HTTP
> > > requests and send to the Internet.
>
> > Hmmm...I do not see where users can set their proxy server, either.
>
> > --
> > Mark Murphy (a Commons Guy)http://commonsware.com
> > _The Busy Coder's Guide to Android Development_ Version 2.0 Available!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to