Nick Everitt
Results
2
comments of
Nick Everitt
I'll add new methods rather than the arguments. I was also wondering whether the `Task` might be a better place to store redirect state (e.g. count) rather than the `Request`....
@dimitribouniol With regard to simplifying future extension I wondered about retaining the current `httpClient.get(...)` style for simple cases, but contriving to allow `httpClient.with(configuration: ...).get(...)` to allow the caller to chain...