AJAX using HttpClient

View: New views
3 Messages — Rating Filter:   Alert me  

AJAX using HttpClient

by Frans Thamura-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi there

i dunno is this the right mailing list to work with

i am seeking a poster like (plugin of Firefox) that can test my REST server

i found there is Httpput that we can use to send,


any smart idea to work with HttpClient?

my idea to send a JSON to the server

thx

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@...
For additional commands, e-mail: httpclient-users-help@...


Re: AJAX using HttpClient

by olegk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 2009-09-21 at 16:37 +0700, Frans Thamura wrote:

> hi there
>
> i dunno is this the right mailing list to work with
>
> i am seeking a poster like (plugin of Firefox) that can test my REST server
>
> i found there is Httpput that we can use to send,
>
>
> any smart idea to work with HttpClient?
>
> my idea to send a JSON to the server
>
> thx
>

Frans,

HttpClient is just a transport library. It can send virtually any kind
of HTTP messages but those messages need to be assembled manually
through HttpClient APIs.

Most likely you want to be using something more high level such HtmlUnit
framework:

http://htmlunit.sourceforge.net/

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@...
For additional commands, e-mail: httpclient-users-help@...


Re: AJAX using HttpClient

by Frans Thamura-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>>
>> i dunno is this the right mailing list to work with
>>
>> i am seeking a poster like (plugin of Firefox) that can test my REST server
>>
>> i found there is Httpput that we can use to send,
>>
>>
>> any smart idea to work with HttpClient?


the idea to make call and consume my REST server

like martin's doing with PUT, but i want full implementation, esp
doing persistance after this

F

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@...
For additional commands, e-mail: httpclient-users-help@...