Targets a template to this target, adding the #url() base url and any target-specific headers or query parameters. For example: public Request apply(RequestTemplate input) { input.insert(0, url()); input.replaceHeader("X-Auth", currentToken); return inpu
(RequestTemplate input)
| 62 | * transient, but necessary decoration to be applied on invocation. |
| 63 | */ |
| 64 | public Request apply(RequestTemplate input); |
| 65 | |
| 66 | public static class HardCodedTarget<T> implements Target<T> { |
| 67 |
no outgoing calls