This repository demonstrates example of reactive WebFlux based file server

WebFlux File Server

This repository demonstrates example of reactive WebFlux based file server

mvn spring-boot:start
http --ignore-stdin --form post :8080/upload file@README.md
http --ignore-stdin --download  get :8080/download/README.md --output target/README.md
cat target/README.md
mvn spring-boot:stop

RTFM

GitHub

View Github