vertx-web
vertx-web copied to clipboard
Introduce dataobjects and/or builders for Vert.x Web handlers
trafficstars
Closes #2519
Commits can be reviewed individually.
When option classes are introduced, it is attempted to minimize the breaking change impact by keeping the same method names. For example: StaticHandler#setIncludeHidden becomes StaticHandlerOptions#setIncludeHidden.