|
uncarved-helpers
|
|
class
ResponseInterceptor
extends org.apache.http.HttpResponseInterceptor with CanLog| Values and Variables inherited from CanLog | |
| loggerName, logger |
| Method Summary | |
def
|
process
(res : org.apache.http.HttpResponse, ctx : org.apache.http.protocol.HttpContext) : Unit
Intercepts a single incoming response and modifies it to add
headers to allow conditional get and transparent gzip support.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
def
process(res : org.apache.http.HttpResponse, ctx : org.apache.http.protocol.HttpContext) : Unit
req - the http request itselfctx - some context information|
uncarved-helpers
|
|