Interface WebServerRequest

All Superinterfaces:
HttpRequestHead, HttpServerRequest, ReadStream<Buffer>, StreamBase

public interface WebServerRequest extends HttpServerRequest
Extends to access the routing context associated with the request.
Author:
Florian Bütler
  • Method Details

    • routingContext

      RoutingContext routingContext()
      Returns:
      the Vert.x context associated with this server request