1. 30 5月, 2016 1 次提交
  2. 16 4月, 2016 1 次提交
  3. 04 3月, 2016 1 次提交
    • R
      Refactor HTTP Cookie support · dbc6478b
      Rossen Stoyanchev 提交于
      There is now an HttpCookie (simple name-value pair) and separately a
      ServerHttpCookie sub-class with additional attributes that a server
      can send to clients.
      
      HttpHeaders is no longer the place to access cookies. Instead there is
      a read-only HttpCookie map on ServerHttpRequest and a mutable
      ServerHttpCookie map on ServerHttpResponse.
      
      Cookies are stored in a map that preserves their order.
      dbc6478b
  4. 27 1月, 2016 1 次提交
  5. 20 1月, 2016 1 次提交
    • S
      demote cyclic dependency under reactor-core reactor package · 198e3164
      Stephane Maldini 提交于
      -> reactor.Mono : reactor.core.publisher.Mono
      -> reactor.Flux : reactor.core.publisher.Flux
      -> reactor.Processors : reactor.core.publisher.Processors
      -> reactor.Timers : reactor.core.timer.Timers
      -> reactor.Subscribers : reactor.core.subscriber.Subscribers
      198e3164
  6. 07 1月, 2016 1 次提交
    • S
      Use Reactor 2.5 Flux and Mono Rx light API · 8ef7e2ff
      Sebastien Deleuze 提交于
      Flux and Mono are used both for implementation and exposed at API
      level to express 1 versus N semantic and to provide default Rx
      operators:
      - Flux<T> for multiple values Publisher (issue #48)
      - Mono<T> for single value Publisher (issue #50)
      - Mono<Void> for Publisher with no value (issue #49)
      8ef7e2ff
  7. 11 12月, 2015 1 次提交