Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 565 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 565 Bytes

HTTP

  • An intro to HTTP as a protocol
  • reactive in the world of HTTP (how do u get backpressure?)
  • MVC-style controllers (CustomerRestController)
  • functional reactive endpoints (SimpleFunctionalEndpointConfiguration)
  • custom route predicates (CustomRoutePredicates)
  • fn-reactive Customer REST endpoints (CustomerEndpointConfiguration)
  • Spring HATEOAS now supports reactive endpoints
  • fn-reactive Customer HTTP views (CustomerEndpointConfiguration) with Thymeleaf
  • server sent events
  • websockets
  • the reactive HTTP WebClient