|
uncarved-helpers
|
|
class
RequestInterceptor
extends org.apache.http.HttpRequestInterceptor with CanLog| Values and Variables inherited from CanLog | |
| loggerName, logger |
| Method Summary | |
def
|
process
(req : org.apache.http.HttpRequest, ctx : org.apache.http.protocol.HttpContext) : Unit
Intercepts a single outgoing request 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(req : org.apache.http.HttpRequest, ctx : org.apache.http.protocol.HttpContext) : Unit
req - the http request itselfctx - some context information|
uncarved-helpers
|
|