1. 20 9月, 2016 1 次提交
  2. 19 9月, 2016 1 次提交
  3. 17 9月, 2016 2 次提交
    • A
      Extract body population logic in w.r.f · 5e730408
      Arjen Poutsma 提交于
      This commit extracts the response body insertion logic into a separate
      strategy interface: BodyPopulator. Standard populators can be found in
      BodyPopulators.
      5e730408
    • A
      Refactor Router to RoutingFunctions · 91bde2e6
      Arjen Poutsma 提交于
      This commit refactors the Router into a RoutingFunctions class, by:
      
        - Renaming the class :)
        - Moving all Configuration logic into a separate, top-level
        Configuration class with mutable builder.
      91bde2e6