// Create the jersey request
final ContainerRequest jerseyRequest = new ContainerRequest(
baseUriBuilder.build(),
uri,
vertxRequest.method().name(),
new DefaultSecurityContext(isSecure),
new MapPropertiesDelegate());
handle(vertxRequest, inputStream, jerseyRequest);
}