plumber 1.1.0

This is a companion discussion topic for the original entry at https://www.rstudio.com/blog/plumber-v1-1-0


I am happy to announce that {plumber} v1.1.0 is now on CRAN! Install it with:
install.packages("plumber") By the way, {plumber} v1.0.0 was released about 6 months ago, but we didn’t make a full announcement, so here we’ll highlight features and improvements in both v1.0.0 and v1.1.0. At a high level, this includes:
parallel endpoint execution, a tidy interface for programmatic development, request body parsing, redirect requests to include trailing slash, and the ability to extend plumber by adding additional request body parsers, response serializers, and visual documentation representations.