1. 20 9月, 2016 1 次提交
  2. 19 9月, 2016 1 次提交
  3. 17 9月, 2016 8 次提交
  4. 13 9月, 2016 1 次提交
  5. 12 9月, 2016 4 次提交
  6. 09 9月, 2016 1 次提交
    • A
      Polishing · f4ae831f
      Arjen Poutsma 提交于
       - Changed Response.sse methods to allow for specific Publisher types to
       be returned in Response.
      f4ae831f
  7. 07 9月, 2016 3 次提交
    • A
      Removed unnecessary Driver file · 10e157a5
      Arjen Poutsma 提交于
      10e157a5
    • A
      Polishing · f8ac17f2
      Arjen Poutsma 提交于
      Two changes to web.reactive.function:
      
       - Changed Response.stream method to allow for specific Publisher types
       to be returned in Response.
      
       - Router now stores HttpMessageReader|Writer retrieved from
       Configuration in the attributes as supplier, not as stream, to allow
       for multiple reads.
      f8ac17f2
    • A
      Removed attributes() from Request · bebaee97
      Arjen Poutsma 提交于
      Removes attributes() method from Request, as it exposes a mutable map.
      bebaee97
  8. 03 9月, 2016 2 次提交
  9. 01 9月, 2016 1 次提交
    • A
      Introduce new functional web API · f1319f58
      Arjen Poutsma 提交于
      This commit introduces a new, functional web programming model in the
      org.springframework.web.reactive.function package. The key types
      are:
      
       - Request and Response are new Java 8-DSLs for access to the HTTP
         request and response
       - HandlerFunction represents a function to handle a request to a
         response
       - RoutingFunction maps a request to a HandlerFunction
       - FilterFunction filters a routing as defined by a RoutingFunction
       - RequestPredicate is used by Router to create RoutingFunctions
       - RequestPredicates offers common RequestPredicate instances
      f1319f58