Intercepting and responding to requests on client-side

2013-06-01 Thread Marko Asplund
Hi, I'd like to be able to intercept requests targeted for certain endpoints issued by HttpClient and implement a custom handler for those requests. The handler should be able to generate a response for the requests on the client-side without actually connecting to a remote server. Is this

Re: Intercepting and responding to requests on client-side

2013-06-01 Thread Oleg Kalnichevski
On Sat, 2013-06-01 at 15:37 +0300, Marko Asplund wrote: Hi, I'd like to be able to intercept requests targeted for certain endpoints issued by HttpClient and implement a custom handler for those requests. The handler should be able to generate a response for the requests on the client-side